Realtime Chat is an interactive and user-friendly chat application that enables users to communicate in real time. Leveraging the power of WebSockets, it provides instant messaging capabilities for a seamless chatting experience.
- Real-time bi-directional communication between server and clients.
- User authentication and secure chat rooms.
- Support for one-on-one messaging as well as group chats.
- Framework: Express.js for creating a scalable server-side application.
- Real-time Communication: WebSocket implementation (socket.io).
Clone the repository to your local machine using the following command:
git clone https://github.com/thismajid/realtime-chat.git
cd realtime-chat
npm install
npm start