Skip to content

isabella232/ot-crdt-papers

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 72.4%
  • HTML 27.6%