https://github.com/kaishuu0123/ot-es.js
ot-es.js is realtime collaborative editing javascript library. ot.js exported as ES modules.
https://github.com/kaishuu0123/ot-es.js
javascript operational-transformation operational-transformations
Last synced: 3 months ago
JSON representation
ot-es.js is realtime collaborative editing javascript library. ot.js exported as ES modules.
- Host: GitHub
- URL: https://github.com/kaishuu0123/ot-es.js
- Owner: kaishuu0123
- License: mit
- Created: 2018-11-15T02:19:23.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-03T02:27:04.000Z (over 7 years ago)
- Last Synced: 2025-10-02T06:18:19.354Z (9 months ago)
- Topics: javascript, operational-transformation, operational-transformations
- Language: JavaScript
- Homepage:
- Size: 1.32 MB
- Stars: 8
- Watchers: 1
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ot-es.js
[](https://circleci.com/gh/kaishuu0123/ot-es.js)
[](https://coveralls.io/github/kaishuu0123/ot-es.js?branch=master)
[](https://www.npmjs.com/package/ot-es.js)
[](https://www.npmjs.com/package/ot-es.js)
[](https://github.com/kaishuu0123/ot-es.js/issues)
[](https://github.com/kaishuu0123/ot-es.js/blob/master/LICENSE)
ot-es.js is realtime collaborative editing javascript library.
ot means Operational Transformation.
This project forked from [Operational-Transformation/ot.js](https://github.com/Operational-Transformation/ot.js).
Aiming to enable import from various projects using modern technology.
## Live demo:
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:
## Goal
* can export as ES modules
* refactor to modern build environment.
* build with webpack
* (development) webpack-dev-server support.
* comfortable demo environment
* documentation
## Documentation
http://operational-transformation.github.io/
## Compatibility
Requires CodeMirror >= 4.0
## Visualization
http://operational-transformation.github.io/visualization.html
## Credits
This work is based off of several existing projects:
* https://github.com/Operational-Transformation/ot.js/
* https://github.com/rike422/operatta-js