master
simple chat demo for node — Read more
The server errors out and quits after the first connection with this error:
server.js:146: TypeError: Cannot read property 'since' of undefined
if (!req.uri.params.since) { ^
Every so often the chat thinks that I signed off, but the window is still open. So I have to reload the page and join again for no apparent reason.
I would be nice if a user could be automatically logged in when he loads the site. This would require cookies of some sort, i.e. it would be a good excuse to implement that at some point :)