cloudflare/workers-chat-demo
None observed · 2026-08-28
Health v2 · maintenance only
67/100
- Activity 78
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2169
- days_rel: n/a
- days_push: 132
- n_releases_24m: 0
Adoption not part of the score
1108 stars · 240 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A demo real-time chat application built on Cloudflare Workers using Durable Objects, with one object per chat room coordinating WebSocket connections and storing message history. It also demonstrates using Durable Objects as stateless per-IP rate limiters.
Use cases
- build a real-time chat app on cloudflare workers
- learn how durable objects coordinate websocket connections
- implement per-ip rate limiting with durable objects
- example of websocket hibernation api usage
- deploy a stateful serverless app at the edge
- reference code for broadcasting messages between connected users
When to choose
- you want a small, well-commented reference for Durable Objects and WebSockets on Cloudflare
- you need real-time message broadcasting with stored chat history at the edge
- you want to see stateless coordination objects used for rate limiting
When to avoid
- you need a production-ready chat product with auth, moderation, or rich features
- you are not deploying on Cloudflare Workers
- you need chat rooms that scale beyond a single-threaded Durable Object per room
Facets
application · maturity maintenance
websocket chat-interface rate-limiting webhook web-development developer-tools cloud serverless cloudflare-workers durable-objects websocket-hibernation edge-computing demo-app chat-rooms real-time javascript web-server
1 source
- readme: https://github.com/cloudflare/workers-chat-demo · fetched 2026-08-28 · 7a7088b3dd67
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| cloudflare/workers-chat-demo | main | 67 |
For agents
markdown · JSON · MCP: product_card(name="cloudflare/workers-chat-demo")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem