Notes.
Working notes on frontend engineering, design systems, and performance.
01Building collaborative UI without Redis, Kafka or a message brokerOne Durable Object per room instead of Redis Pub/Sub and a fleet of WebSocket servers: how Cloudflare's model simplifies collaborative UI, and what you trade away.02How real time does your dashboard actually need to be?Polling, long polling, SSE, streaming fetch, WebSockets, and WebTransport: one dashboard built six ways, and why SSE is what I would ship.