Service launch

Example of service launch from root directory:

python run.py --port=5001 --config=./configs/myconfig.conf

Parameter port=5050 and config=./configs/config.conf is default one. Note, that python version should be 3.6. or higher.

During server launch connections are checked.

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

You can view help

python ./run.py --help