Structs§
- Crdt
Subscriptions - WsHub
- High-performance WebSocket broadcast hub with sharded client storage.
Functions§
- start_
ws_ server - Start the WebSocket server on the given port.
Type Aliases§
- Snapshot
Fetcher - Snapshot fetcher: given the caller’s auth context +
(entity, row_id), return the encoded binary CRDT frame for the row’s current state, orNoneif either the caller can’t read the row (read policy denies) or the row has no snapshot (uninitialized CRDT or non-CRDT entity).