Web-based memos that support real-time collaboration. Inspired by scrumblr.
README.markdown |
scrumblr
what is it
scrumblr is a simulation of an agile sprint board. using node.js and websockets, it is able to synchronize the board across many clients so teams can work collaboratively in real time. i hope you like it.
you can play with it here:
design philosophy
my goal was to avoid buttons and ui (everything is edit in place). everything should be discoverable (no "help"). the look is meant to be as close as possible to Well.ca's real sprint board. see picture below.
how to install and run on your own computer (linux/osx)
- install redis 2.2.2
- install node.js > 0.4.1
- install npm
- install these npm packages:
- async
- express
- jade
- redis-client
- redis
- sanitizer
- socket.io
- now start redis (redis-server)
- now start node server.js 80