0.9.0 • Published 6 years ago

@atom/teletype-crdt v0.9.0

Weekly downloads
2,272
License
MIT
Repository
github
Last release
6 years ago

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