Real time chat with NodeJS, Socket.io and Express based on: http://code.tutsplus.com/tutorials/real-time-chat-with-nodejs-socketio-and-expressjs--net-31708
I've fixed some errors from the tutorial
download dependencies via npm (node.js package manager)
npm install
run the server
nodejs index.js