Skip to content

Alm-4/BroadcastServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alm-broadcast-server

WebSocket chat broadcast server CLI app implemented in python.

Requirements

  • Python v3.10+ (tested on v3.12)
  • Pip

Install

Install the package from PyPi.

Recommended: Use pip in a virtual environment pip install alm-broadcast-server or use pipx pipx install alm-broadcast-server.

Usage

Use the help flag alm-broadcast-server --help alm-broadcast-server start --help alm-broadcast-server connect --help for informations about the commands and to see the available options.

Use the start command alm-broadcast-server start to start a server. Use --port to specify the port used. Once running, type help to see the available commands.

Use the connect command alm-broadcast-server connect to connect to a running server. Use --port to specify the port the server is using. Once connected, type /help to see the available commands.

About

WebSocket chat broadcast server CLI app implemented in python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages