This is a Real Time Chat Application built with MERN (MongoDB,Express,React,Node)
- User creates a room and copies the key to share with others.
- With the room name and key , anyone can join the room.
- As soon you creates a room or joined a room , you can send and receive messages easily.
note=> If you clone this app , make sure to enter your mongoDB URI and make collections as in the index.js file inside backend folder.