Thanks for the tutorial, useful for making a facebook messages-like UI
Trying the server app with the latest version of node (0.10.5) results in a "Not Found" http response.
So I switched to the Node.js 0.6.12, but the package.json tells to grab the latest version of the packages which result in errors. I solved by removing the "at least" directives, everything works as expected now.
Since I'm new to Node.js, I had to scratch my head a little bit, could you add notes about this problem ?