Service launch

Example of service launch from root directory:

python run.py --port 5070 --config ./configs/config.conf

Parameter port 5070 is default one. Note, that python version should be 3.11 or higher.

During server launch connections are checked.

Running service in a port with configuration file: port and path to configuration file has been set in command line arguments.

You can view help

python ./run.py --help