This is a real-time chat server that uses socket.io
You will need to have node.js and npm installed.
Once you have node.js and npm installed you can install the application's dependencies.
npm install
Once the demo app is installed, you can run the demo from the root directory. you may need to run this command as the super user.
node server/server.js
sudo node server/server.js