Workspace
Realtime Console
Open WebSocket and Server-Sent Event connections to live endpoints, send frames and watch the stream. Offline-first: the app connects only to the URL you type.
WS · SSE
WebSocket
DisconnectedConnections are user-initiated and live only in this tab. Browsers do not allow custom headers on WebSocket/EventSource handshakes, so token auth must travel in the URL (e.g. ?access_token=…) or a cookie. Same trust model as the Explorer's live HTTP: nothing is sent except to the URL you type.
Live log0/200
No traffic yet
Connect to a WebSocket endpoint, then send frames to see the bidirectional stream here.