pluto icon indicating copy to clipboard operation
pluto copied to clipboard

PlutOT is a simple operational transform library for building collaborative web apps using Node.js

pluto - An operational transform library for Node.js

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

Installation

  • 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