Haha. Either heroku or Node.js couldn't handle the Hacker News traffic. If you would like to see the code<p><a href="https://github.com/serkanyersen/Basic-Chat" rel="nofollow">https://github.com/serkanyersen/Basic-Chat</a>
I see people are complaing about the XHR requests. That's not my fault. I'm using heroku for hosting and it does not support websockets, so I have to force socket.io to use ajax long polling. That's actually heroku's solution.<p>But if you run it on your server or Cloud9 ide it will work just fine.
Seems fairly usable atm. A few observations: there is an XSS vulnerability as you probably learned by now. Also, there was a moment when someone was submitting content and it appeared under my nick "bpfh".<p>Other than that, kudos for a simple well-functioning chat.
I've written a (very) basic mud server in node.js (in like 8 hours). Maybe you'll be interested:
<a href="https://github.com/farevalod/nodemud" rel="nofollow">https://github.com/farevalod/nodemud</a>
(I'd appreciate some comments on it too!)
UI is great. I wrote one serveral days ago, aiming to offer real time chat featute(http:zhonglichat.cnodejs.net), new I see how ugly that is.. Nodejs moke chating really fun.