Socket.IO Chat Server Cloned from https://github.com/matiastucci/socket-chat-server.git How to use $ git clone https://github.com/nverdhan/socket-chat-server.git $ cd socket-chat-server $ npm install $ npm start Point your browser to http://localhost:8080. Optionally, specify a port by supplying the PORT env variable.