/socket-chat-server

:package: Socket.IO chat server

Primary LanguageJavaScript

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