An open API service indexing awesome lists of open source software.

https://github.com/sparklinlabs/operational-transform


https://github.com/sparklinlabs/operational-transform

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# operational-transform

A library for concurrent text editing based on [Operational Transformation](http://en.wikipedia.org/wiki/Operational_transformation). Used in [Superpowers](https://sparklinlabs.com/), the HTML5 2D+3D game maker.

## Installing

npm install operational-transform

## Usage and testing

To run the tests:

npm run test

See [test.js](https://github.com/sparklinlabs/operational-transform/blob/master/test/test.js) for some examples.