Skip to content
Strata is pre-1.0. APIs, protocol, and storage format may change.

Quick Start

Start a development server:

Terminal window
just server

The development WebSocket endpoint is:

ws://localhost:8000/socket/websocket?token=dev-strata-token

Set STRATA_TOKEN to override the default development token.

  1. Send an auth frame.
  2. Join a document topic.
  3. Receive a snapshot frame.
  4. Send delta frames as the local CRDT document changes.
  5. Listen for delta and presence_* frames from other peers.

Full example clients will be added as the client API stabilizes.