https://github.com/sparklinlabs/operational-transform
https://github.com/sparklinlabs/operational-transform
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sparklinlabs/operational-transform
- Owner: sparklinlabs
- License: other
- Created: 2016-07-03T21:14:01.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-05T00:03:19.000Z (over 9 years ago)
- Last Synced: 2025-01-02T00:25:35.920Z (12 months ago)
- Language: TypeScript
- Size: 30.3 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.