Skip to content

CoderTofu/CLI_Messaging_Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CLI Messaging Server

A mini side project simulating a messaging server with support for multiple client connections and communication.
Inspired by roadmap.sh.

CLI Messaging Server Screenshot

Features

  • Messaging server using WebSocket
  • Multiple client connections
  • Communication between clients via the server

Getting Started

  1. Clone the repository

    git clone <repo-url>
    cd CLI_Messaging_Server
  2. Install dependencies

    npm install
  3. Start the server

    node server.js
  4. Connect clients
    Open multiple terminal windows and run:

    node client.js

Usage

Clients connect to the server and exchange messages through the command line interface.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors