A real time group chat application, running on heroku. Using node.js + express + socket.io
- Clone the repository to your localmachine
- Run
npm installto install the dependencies - Run
node server.jsand the application would be running onlocalhost:3000