ot
is a basic implementation of Operational Transforms, used to resolve concurrent edits of a document from multiple sources.
Probably not. This is a first-pass at the idea. The library extracted from this is probably what you're interested in: jahfer/othello. There's also an implementation using that library available at jahfer/othello-editor.
$ lein server
$ lein repl
ot.repl> (go) # change code...
ot.repl> (reset)
$ lein client # runs tests on compile!
$ lein cljx auto
$ lein cleantest
$ lein do cljx, clj-test # or...
$ lein do cljx, cljs-test
- Understanding and Applying Operational Transformation
- Operational Transform on Wikipedia
- OT FAQ
- Google Wave Operational Transformation
- OT Explained
Copyright © 2015 EPL
Distributed under the Eclipse Public License version 1.0.