Expand description
§Concordat
Delta-state CRDT JSON library.
Provides Strong Eventual Consistency for distributed JSON documents with no network dependency.
Modules§
- codec
- Codec — serialization and deserialization of deltas.
- delta
- Delta types — delta production and representation.
- doc
- CrdtDoc — top-level JSON document API.
- ormap
- OR-Map — Observed-Remove Map for JSON objects.
- register
- MV-Register — Multi-Value Register for JSON scalars.
- rga
- RGA — Replicated Growable Array for JSON arrays.
- value
- CrdtValue — recursive value type (Object, Array, Scalar).
- vv
- VersionVector and Dot — causal context tracking.
- wasm
- WASM bindings for Concordat — expose CrdtDoc to JavaScript/TypeScript.