Pluto is a simple operational transform library, designed for use with Node.js. For a complete description including the rationale, visit http://www.dontstopthesignal.com/2010/05/design-goals-for-pluto-open-source-ot.html
-
Checkout this project
-
If you don't have it, get and build node.js - http://nodejs.org/
-
Bring in the dependancies by cd'ing to the root directly of the project (the one with this file in it) and updating the submodules.
$ git submodule init $ git submodule update
-
Run the example
$ cd example $ node example.js