Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 336 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 336 Bytes

Socket.io chat

It's a nodejs chat. Socket.io, express and fs-extra are the only node dependencies I used

Find it at...

https://socket-chat-en.herokuapp.com/

Installation

To install it run npm install socket.io express fs-extra to install those dependencies and then node server.js to run it at http://localhost:3000