Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 301 Bytes

File metadata and controls

17 lines (12 loc) · 301 Bytes

tornado-basic

This project has been inspired by https://www.youtube.com/watch?v=4xGQS8Pv4io to experiment with nginx as a load balancer.

Setup virtual environment

python3 -m venv .venv
pip install -r requirements.txt

Spin up the server

. .venv/bin/activate
python index.py 1111