CRDTs
In a recent side-project attempt to built an RFC management tool I ventured into the topic of CRDTs (Conflict-free Replicated Data Type) and web-based text editors. Here is a loose collection of links to various tools and articles on the topic:
- An Interactive Intro to CRDTs
- Collaborative Editing in ProseMirror
- CRDTs Turned Inside Out
- Ink and Switch - Articles on collaborative peer-to-peer editing.
- A Gentle Introduction to CRDTs (Conflict Free Replicated Data types (CRDTs))
Implementation
- cola: a text CRDT for real-time collaborative editing - leightweight CRDT implemention in rust for plain text documents.
- Loro - feature-rich CRDT implemention for rich-text documents in rust.
- y-crdt
Editors