Example: python3-aiohttp.py
To start this example you need to install requirements:
pip install aiohttp
Usually such a command requires superuser privileges (using sudo) or virtualenv.
Then start example HTTP server:
python3 python3-aiohttp.py
Example: python2-tornado.py
To start this example you need to install requirements:
pip install tornado==5.1
Usually such a command requires superuser privileges (using sudo) or virtualenv.
Then start example HTTP server:
python2 python2-tornado.py