This is a real time chat web app having following features Live demo - https://kj-talk-server.herokuapp.com/
- Uses socket.io to have a communicate in real time between server side and cliet side code.
- Uses Mustache library to render dynamic pages for instant messages
- U can create a room or join a room by it's id
- create a random username maintaining your privacy
- I have also coded in a way so that no-one can use "bad-words" ;)
- I have used moment.js library to integrate time-stamp of each message and users joining
- U can also share location in real time (through auto detection) using mdn developer library
- I have maintained proper storage of username and room so that no one complications occur
Feel free to contact if you find any bugs