Chat App - the first project after I learned node.js following with Node.js tutorial course on Udemy.
- Able to set Name and Room Name
- Able to create own Room for your group
- Able to see whoever in the room
- Able to send your location
- Broadcast whoever enters or leaves
Backend: Node.js Frontend: JavaScript, jQuery, html, css Modules:
- socket.io
- express
- http
- mocha for unit test
Following nodejs tutorial course on Udemy.