Guides
Edge-native realtime: chat, AI agents, stream, collab, and IoT on one worker. Each topic below also lives on the full docs site with search and Ask AI. Try /demo without signup.
- Instant messaging on Cloudflare Workers/guides/cloudflare-workers-chatOn docs site
- Durable Objects for chat rooms/guides/durable-objects-for-chat-roomsOn docs site
- Realtime chat on Vercel without Pusher or Ably/guides/vercel-realtime-without-pusherOn docs site
- Reconnect, replay, and DO hibernation/guides/reconnect-durable-objects-hibernationOn docs site
- After Cloudflare’s real-time chat tutorial/guides/after-cloudflare-chat-tutorialOn docs site
- Realtime chat in Next.js on Vercel/guides/nextjs-vercel-realtime-chatOn docs site
- Agent events on the same WebSocket stream/guides/agent-events-same-websocket-streamOn docs site
- Discord-style chat on Cloudflare (no VPS)/guides/discord-style-chat-cloudflareOn docs site
- DO hibernation and chat costs/guides/durable-objects-hibernation-costOn docs site
- DO tradeoffs for chat (single-threaded, D1)/guides/durable-objects-chat-tradeoffsOn docs site
- Build chat with Next.js + FluxyChat/guides/build-chat-nextjs-fluxychatOn docs site
- Pusher alternative for SaaS chat/guides/pusher-alternative-saasOn docs site
- In-app chat vs support desk/guides/in-app-chat-vs-support-deskOn docs site
- LLM memory vs room state/guides/llm-memory-vs-room-stateOn docs site
- In-app chat + SMS when offline/guides/offline-notify-in-app-plus-smsOn docs site