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" }Client to server
Section titled “Client to server”authjoinleavedeltapresence_setping
Server to client
Section titled “Server to client”welcomesnapshotdeltapresence_statepresence_differrorpong
Exact payload examples will be added as the protocol stabilizes.