Skip to content

The goal of this project is to work with websockets and implement real-time communication between clients and servers

Notifications You must be signed in to change notification settings

DR-huzzy/broadcast_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Broadcast Server

A WebSocket server that broadcasts messages to all connected clients.

How to Run

  1. Install dependencies:
    npm install
    
    
  2. Start the server:
    broadcast-server start --port 8080
    
    
  3. Connect clients (in separate terminals):
    broadcast-server connect --port 8080
    
    

Available Commands

broadcast-server start --port <port> Starts the server broadcast-server connect --port <port> Connects as a client

About

The goal of this project is to work with websockets and implement real-time communication between clients and servers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published