Skip to content
AtomicReps

Navigation

16/21Architecture

Realtime Systems.

WebSockets, SSE, CRDTs, local-first architecture, presence, collaborative editing, and realtime databases.

  • Realtime Systems · 1 of 3

    WebSockets

    What transport protocol does WebSocket use underneath?

  • Realtime Systems · 2 of 3

    Server-Sent Events (SSE)

    What header does the browser send on SSE reconnection to indicate where it left off?

  • Realtime Systems · 3 of 3

    CRDTs & Local-First

    What mathematical structure must a CRDT's merge function form to guarantee convergence?

Three of the 539 Realtime Systems questions in the bank.

Keep going with Realtime Systems, free
Next topic · 17/21REST APIs.