Automerge CRDT | Automerge CRDT
Automatic mergingAutomerge is a Conflict-Free Replicated Data Type (CRDT), which allows concurrent changes on different devices to be merged automatically without requiring any central server.Network-agnosticUse any connection-oriented network protocol: client-server, peer-to-peer, or local. Or use unidirectional messaging: send an Automerge file as an email attachment or store it on a file server.PortableImplemented in JavaScript and Rust, with FFI bindings across platforms including iOS, Elect...
Read more at automerge.github.io