multi-users realtime editor using web socket, lightweight operation transformation algorithm. support online chat, collab edit.
./deploy.sh
npm install -g forever
npm install -g grunt-cli
npm install
bower install
start in debug mode:
./startup_development.sh
grunt init
start in production mode:
./startup_production.sh
grunt dist