Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 346 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 346 Bytes

Websocket chat app

A Node.js app which uses Express and Sockets.io to deploy a simple chat program

Running locally

$ git clone git@github.com:slightlymadphoenix/websocket-chat.git #Or clone your own fork
$ cd websocket-chat
$ npm install
$ node start

Your app should now be running at localhost:4000.