ChatApplication
A real-time chat application built using Node.js, Express, and Socket.io. This project demonstrates basic chatroom functionalities where users can send messages and receive live feedback through sockets.
Features Real-time Messaging: Chat with multiple users instantly using WebSockets.
User Connection Tracking: Shows the total number of connected clients in real-time.
Message Broadcast: All messages are relayed instantly to other connected clients.
Feedback Support: Easily send feedback notifications between users.
Tech Stack Backend: Node.js, Express
WebSockets: Socket.io