2025-12-15
I used amp to create a multi-client, single-server real-time websocket application using Cloudflare Durable Objects. It went quite well.
3 entries
I used amp to create a multi-client, single-server real-time websocket application using Cloudflare Durable Objects. It went quite well.
I setup a Cloudflare tunnel so I can serve local sites on a public domain for easy testing on a real mobile device.
I was interested to learn more about the developer experience of Cloudflare's D1 serverless SQL database offering. I started with this tutorial. Using wrangler you can scaffold a Worker and create a D1 database. The docs were straightforward up until the Write queries within your Worker...