A demo(spike) of a Kanban Board where you can move, edit and delete notes. The cool thing is that all changes you make are updated in real time to other connected clients.
At first I built this to test
Play framework 1.2.4(Yes I know 2.0 is just launched but I didn't feel like playing around with a beta version at the time.)
I might rewrite it to 2.0 soon if I get some time!
After seeing
Enterlabs new website I found
Bootstrap which helped me get into html5 quickly.
Jquery was a blessing as always. I really want to use
Coffescript to clean up the messy jquery/javascript code in the future..
To implement websockets was really easy until I wanted to move the code to a cloud service, seems like there isn't a cloud service that supports websockets at the moment.
Then I found out about
Pusher(which is a great danish movie as well) and that was even easier and worked on
Heroku cloud service!
Should mention that the sandbox version of Pusher that I use only supports 20 connections.
Browser support is the newest versions of Chrome, Safari and Firefox.. IE users need to find paper and pen and make their own board! ;-)