Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gnunicorn/erlycomet


https://github.com/gnunicorn/erlycomet

Last synced: 2 days ago
JSON representation

Awesome Lists containing this project

README

        

Mochiweb: rev. 47 (beam files are in priv/ebin)

Collaborative drawing Example demo
==================================
1) install dojo, dojox and dijit (from SVN) into demo-docroot
(because it won't work with dojo from AOL CDN)

2) apply this patch todojox.sketch.UndoStack.add:

+++ UndoStack.js
@@ -78,6 +78,9 @@
}
};
//console.log('dojox.sketch history add',state);
+
+ dojox.cometd.publish("/chat/demo", {user: room._username, draw: state});
+
this._steps.push(state);
this._undoedSteps = [];
},