Python and Nodejs server. Mainly used for develop of client rather then release.
You have two choices available:
-
install
python3.6
; change the directory to./py/tornado
and runpip install -r requirements.txt
in command; At last runpython main.py
start server. -
If you've ever installed Docker,this might be suit for you.
docker pull python:3.6.4
docker build -t factory .
docker run -p 1236:1236 -d factory:latest