diff --git a/content/800-guides/1200-prisma-postgres-realtime-on-cloudflare.mdx b/content/800-guides/1200-prisma-postgres-realtime-on-cloudflare.mdx index c85ab01d0d..bd45543beb 100644 --- a/content/800-guides/1200-prisma-postgres-realtime-on-cloudflare.mdx +++ b/content/800-guides/1200-prisma-postgres-realtime-on-cloudflare.mdx @@ -13,7 +13,7 @@ tags: - Serverless --- -This guide walks you through building a real-time application using [Hono.js](https://hono.dev/), [Prisma Postgres](https://www.prisma.io/postgres), and [Cloudflare Workers](https://workers.cloudflare.com/). By the end of this guide, you’ll have a functional app where users can submit points (`x` and `y` coordinates) via a form, visualize the data in a scatter plot, and see updates in real time when new points are added. The final application will look like this: +This guide walks you through building a real-time application using [Hono.js](https://hono.dev/), [Prisma Postgres](https://www.prisma.io/postgres), and [Cloudflare Workers](https://workers.cloudflare.com/). By the end of this guide, you’ll have a fullstack app where users can submit points (`x` and `y` coordinates) via a form, visualize the data in a scatter plot, and see updates in real time when new points are added. The final application will look like this: ![An demo of the app we built where a scatter plot updates in real-time](/img/guides/realtime-app-demo-ppg-cf-workers.gif)