Skip to content

Commit

Permalink
Update content/800-guides/1200-prisma-postgres-realtime-on-cloudflare…
Browse files Browse the repository at this point in the history
….mdx
  • Loading branch information
nikolasburk authored Jan 16, 2025
1 parent e887a3b commit aa5a445
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit aa5a445

Please sign in to comment.