synk 0.1.0-dev.1
synk: ^0.1.0-dev.1 copied to clipboard
A Shared Editing Library based on CRDTs.
Synk #
Synk is a conflict-free shared editing library for Dart.
Synk uses Conflict-Free Replicated Data Types (CRDTs) to allow multiple peers to collaborate on the same data concurrently without needing a central server to dictate the truth. Every peer resolves conflicts in exactly the same way.
Currently, Synk supports the foundational CRDT structures and a deterministic Last-Writer-Wins Map (SynkMap).
Synk is released for the community under the MIT License. Contributions, bug reports, and PRs are warmly welcomed as we build out the Dart shared-editing ecosystem!