Skip to content

Legacy: Realtime

Realtime is now documented in the Core Features: Realtime page.

That page covers the transport choice between WebSockets and SSE, and links forward to the detailed authoring guides.

If you need…Go here
Choosing between WebSockets and SSERealtime
Bidirectional communication, rooms, presence, recovery, client-to-server eventsWebSockets
Server-to-client event streams for browsersServer-Sent Events
The shared event model behind SSE and other consumersEvents and the Event Bus
Multi-instance delivery and operational scalingHorizontal Scaling
  1. Realtime — choose the transport
  2. Events and the Event Bus — understand the event model
  3. WebSockets or Server-Sent Events — deep guides
  4. Examples — product-shaped references