Strata is pre-1.0. APIs, protocol, and storage format may change.
Quick Start
Start a development server:
just serverThe development WebSocket endpoint is:
ws://localhost:8000/socket/websocket?token=dev-strata-tokenSet STRATA_TOKEN to override the default development token.
Next steps
Section titled “Next steps”- Send an
authframe. - Join a document topic.
- Receive a
snapshotframe. - Send
deltaframes as the local CRDT document changes. - Listen for
deltaandpresence_*frames from other peers.
Full example clients will be added as the client API stabilizes.