Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 648 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 648 Bytes

Websocket-groupchat-application

This project is a WebSocket-powered group chat application built using JavaScript. It allows users to join chat rooms, exchange messages in real-time.

Features

Real-time Communication: Utilizes WebSockets for instant message delivery.

Getting Started

To run the project locally:

webSocketServer

  • Navigate to the webSocketServer directory.
  • Run npm install to install dependencies.
  • Run npm start to start the webSocketServer.

webSocketClient

  • Navigate to the webSocketClient directory.
  • Run npm install to install dependencies.
  • Run npm start to start the webSocketClient.