A mini side project simulating a messaging server with support for multiple client connections and communication.
Inspired by roadmap.sh.
- Messaging server using WebSocket
- Multiple client connections
- Communication between clients via the server
-
Clone the repository
git clone <repo-url> cd CLI_Messaging_Server
-
Install dependencies
npm install
-
Start the server
node server.js
-
Connect clients
Open multiple terminal windows and run:node client.js
Clients connect to the server and exchange messages through the command line interface.
