I had a quick go at writing a little chat server using Node.js. I really like Node’s style. I’ve got to say that Javascript suits the evented / non-blocking model really well. Javascript is actually a pretty cool little language. Getting started with Node.js was really easy. For me it was as simple as: git clone git://github.com/ry/node.gitcd node./configuremakesudo make install.. save the code be