github

atom / teletype-crdt

  • пятница, 17 ноября 2017 г. в 03:15:58
https://github.com/atom/teletype-crdt


String-wise sequence CRDT powering peer-to-peer collaborative editing in Teletype for Atom.



teletype-crdt

The string-wise sequence CRDT powering peer-to-peer collaborative editing in Teletype for Atom.

Hacking

After cloning this repository, you can install its dependencies by running:

npm install

And then run tests via:

npm test

Background

For more details on the techniques used for this data structure, we recommend reading the following papers:

TODO

  • Document APIs