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

Protocol

Strata v1 frames are JSON objects with a version and kind:

{ "v": 1, "kind": "auth" }
  • auth
  • join
  • leave
  • delta
  • presence_set
  • ping
  • welcome
  • snapshot
  • delta
  • presence_state
  • presence_diff
  • error
  • pong

Exact payload examples will be added as the protocol stabilizes.