Guides
Edge-native realtime chat: shared state coordination on Durable Objects, production SDK patterns, and avoiding a second socket vendor on Vercel.
- Instant messaging on Cloudflare Workers/guides/cloudflare-workers-chat
- Durable Objects for chat rooms/guides/durable-objects-for-chat-rooms
- Realtime chat on Vercel without Pusher or Ably/guides/vercel-realtime-without-pusher
- Reconnect, replay, and DO hibernation/guides/reconnect-durable-objects-hibernation
- After Cloudflare’s real-time chat tutorial/guides/after-cloudflare-chat-tutorial
- Realtime chat in Next.js on Vercel/guides/nextjs-vercel-realtime-chat
- Agent events on the same WebSocket stream/guides/agent-events-same-websocket-stream
- Discord-style chat on Cloudflare (no VPS)/guides/discord-style-chat-cloudflare
- DO hibernation and chat costs/guides/durable-objects-hibernation-cost
- DO tradeoffs for chat (single-threaded, D1)/guides/durable-objects-chat-tradeoffs
- Build chat with Next.js + FluxyChat/guides/build-chat-nextjs-fluxychat
- Pusher alternative for SaaS chat/guides/pusher-alternative-saas
- In-app chat vs support desk/guides/in-app-chat-vs-support-desk
- LLM memory vs room state/guides/llm-memory-vs-room-state
- In-app chat + SMS when offline/guides/offline-notify-in-app-plus-sms