Skip to content

Shared WebSocket

Maintain one WebSocket connection in the primary tab.

Architecture

mermaid
flowchart TD
  Primary[Primary Tab] --> WS[WebSocket]
  Secondary[Secondary Tabs] --> CT[Cross Tab Messages]
  CT --> Primary

JOC is a JayOnCode monorepo of @jayoncode/* packages. Docs sync from source via TypeDoc and sync scripts.