WebSocket chat broadcast server CLI app implemented in python.
- Python v3.10+ (tested on v3.12)
- Pip
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.
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.