A real time Chat App using socket.io
- where user can join a public or private chat room with any name and then exchange messages with other users.
- Used Node.js and Express.js for backend.
- Used Socket.io to make use of Web Sockets to allow synchronous exchange between Client & Server.