WebSocket whiteboard with chat (184.106.155.145)
Just something I built to play around with the tech. Its using EventMachine for the server. Because its only using WebSockets and a more abstract layer like Socket.IO it will only work in Chrome / Safari. (or if you have WebSockets enabled in FireFox but I didn't test it)
The board will auto-clear every 5 minutes.
Have fun!
41 comments
[ 4.3 ms ] story [ 110 ms ] threadThe board will auto-clear every 5 minutes.
Have fun!
But performance gets pretty crappy at about 40 concurrent users anyway. :p
I'm going to probably release a NodeJS/Socket.IO version then do a blog post comparing the two and release all of the source code. Should have the Node one up in a day or two.
Websockets were disabled in Firefox 4b8+ because of supposed security problems in the protocol.