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

An ecosystem of independent, headless TypeScript libraries engineered for modern web development. Every package includes interactive playgrounds and documentation that evolves alongside the code.