protocol-lab:~$./run--all-paradigms
github ↗
$ cd ..

$ realtime --sse --ws

The server pushes board activity to the browser. Watch frames arrive live, then watch the connection heal itself.

# steps
  1. 1The feed is already live, no sign-in to watch.
  2. 2Generate an event, and it appears instantly.
  3. 3Drop the connection and watch it heal.
connectingframes received 0
// live frame feed
// waiting for frames…
// events over time
// waiting for frames…
0
FRAMES RECEIVED
SSE
TRANSPORT
// websocket · bidirectional
closed
The message is broadcast back through the same bus and appears in the feed above as a client.message frame.