It's a nodejs chat. Socket.io, express and fs-extra are the only node dependencies I used
https://socket-chat-en.herokuapp.com/
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