Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 344 Bytes

File metadata and controls

15 lines (11 loc) · 344 Bytes

Socket.IO Chat Server

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.