Dotstorm is a real-time, collaborative sticky-note style brainstorming tool. Ideas can be drawn, photographed, or typed in, and then sorted, tagged, voted on and embedded into other websites or blogs.
Try it out here: http://dotstorm.byconsens.us
Dotstorm is written in coffeescript, using node.js, socket.io, and the other dependencies mentioned in package.json.
Download the code by cloningthe repository. Install node >= 0.6, and navigate to the project directory. Depends on mongodb, imagemagick, and libcairo. Install node dependencies using:
npm install
Run the development server (defaults to localhost:8000) using:
cake runserver
Run tests with:
npm test
Have fun, and please contribute any issues or forks here on the github issue tracker.
By Charlie DeTar, [email protected].
If you need have other licensing needs, please talk to me, I'd be happy to discuss!