This is a real-time chat application built with the MERN Stack (MongoDB, Express, React, Node.js) and Socket.IO. Users can send instant messages, view conversations, and even delete messages.
- π User registration & login with JWT authentication
- π¬ Real-time messaging with Socket.IO
- ποΈ Delete message
- π§βπ€βπ§ Sidebar with all conversations
- npm start (cd chat-frontend)
- node server.js (cd chat-backend)