Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/google/ot-crdt-papers
https://github.com/google/ot-crdt-papers
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/google/ot-crdt-papers
- Owner: google
- License: apache-2.0
- Archived: true
- Created: 2017-02-17T23:17:33.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-02-17T23:19:37.000Z (over 7 years ago)
- Last Synced: 2024-08-02T06:24:19.755Z (3 months ago)
- Language: JavaScript
- Size: 11.7 KB
- Stars: 249
- Watchers: 18
- Forks: 35
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](http://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.