#Chatroom This is a chatroom service making use of socket.io library in nodejs.You can chat with users in the same room as you are in.You can change rooms and also change nicknames.
To run the service do the following:
- clone the repository using git clone
- run npm install
- start the server by $npm start