$ git clone https://github.com/matiastucci/socket-chat-server.git
$ cd socket-chat-server
$ npm install
$ node server.js
Point your browser to http://localhost:8080
. Optionally, specify
a port by supplying the PORT
env variable.
You can use this one