All Projects → google → Ot Crdt Papers

google / Ot Crdt Papers

Licence: apache-2.0

Programming Languages

javascript
184084 projects - #8 most used programming language

Operational Transform and CRDT papers and prototypes

This repository will hold papers Raph Levien is writing on technologies for collaborative text editing, in particular at the intersection of Operational Transformation and Conflict-free Replicated Data Types (CRDT's).

It also holds a prototype implementation in JavaScript, using socket.io.

Running the prototype collaborative editor

Do npm install to install the required Node dependencies, then node . to run the server. Connect any number of clients, then start typing. You can simulate network lag by enabling an optional "sleep" call in the server.

Disclaimer

This is not an official Google product.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].