REALTIME CHAT APP

created by @shristichauhan

The chat app uses ReactJS for the front end and Express.js and Node.js for the backend. Socket.io is utilized for establishing peer-to-peer connections between users. Users provide their names and specify a room number to join a chat room. The app ensures that the users in the room can read and respond to messages simultaneously.