Conflict-free replicated data type
Notes
Links
Statecraft - Protocol and set of tools for interacting with data that changes over time.
Swarm.js - JavaScript replicated model (M of MVC) library.
Automerge in JS - JSON-like data structure (a CRDT) that can be modified concurrently by different users, and merged again automatically.
roshi - Large-scale CRDT set implementation for timestamped events.
CRDT benchmarks - Collection of reproducible benchmarks.
pony-crdt - Delta-State Convergent Replicated Data Types (ẟ-CRDTs) for the Pony language.
Jylis - Distributed in-memory database for Conflict-free Replicated Data Types (CRDTs), built for speed, scalability, availability, and ease of use.
Room Service - Faster-Than-Light Multiplayer Engine. (Docs)
bft-crdts - Byzantine Fault Tolerant CRDT's and other Eventually Consistent Algorithms. In Rust.
syncpad - CRDT-based collaborative source code editor (featuring the Monaco editor).
Last updated