# ot-crdt-papers **Repository Path**: mirrors_google/ot-crdt-papers ## Basic Information - **Project Name**: ot-crdt-papers - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-03-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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.