chatApp is a real-time chat application built using Socket.IO, Node.js, and Express.js. It allows users to join chat rooms, send text messages, and even share voice messages.
-
Real-time Messaging: Users can send and receive messages instantly.
-
Username-Based Identification: Users join the chat with a unique username.
-
Broadcasting Messages: Messages and updates are broadcasted to all connected users.
-
Voice Message Support: Users can record and send voice messages.
-
Join & Exit Notifications: Users receive notifications when someone joins or leaves the chat.
-
Frontend: HTML, CSS, JavaScript
-
Backend: Node.js, Express.js, Socket.IO
-
WebSockets: Real-time communication
-
cd chatApp
-
npm install
-
npm start

