Collaborative editing using operational transformation. Exported as ES modules.
npm install ot-es.js





ot-es.js is realtime collaborative editing javascript library.
ot means Operational Transformation.
This project forked from Operational-Transformation/ot.js.
Aiming to enable import from various projects using modern technology.
https://ot-es-demo.herokuapp.com/
How to use alone(only you)
1. Open Live demo URL.
1. Open another browser window with the same URL.
1. Enter a different user name.
1. Enjoy :tada:
* can export as ES modules
* refactor to modern build environment.
* build with webpack
* (development) webpack-dev-server support.
* comfortable demo environment
* documentation
http://operational-transformation.github.io/
Requires CodeMirror >= 4.0
http://operational-transformation.github.io/visualization.html
This work is based off of several existing projects:
* https://github.com/Operational-Transformation/ot.js/
* https://github.com/rike422/operatta-js