Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 371 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 371 Bytes

Socket.IO Chat Server

How to use

$ 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.

Chat client

You can use this one