This project is a WebSocket-powered group chat application built using JavaScript. It allows users to join chat rooms, exchange messages in real-time.
Real-time Communication: Utilizes WebSockets for instant message delivery.
To run the project locally:
- Navigate to the webSocketServer directory.
- Run
npm install
to install dependencies. - Run
npm start
to start the webSocketServer.
- Navigate to the webSocketClient directory.
- Run
npm install
to install dependencies. - Run
npm start
to start the webSocketClient.