Aiohttp is a very interesting tool and with version 2 with libuv is considerably faster. This repository shows a few example applications implemented (or to be implemented) with it.
Those are:
The repository is published as a Docker image ready to use: docker run -p 8080:8080 jacopofar/aiohttp-apps
Otherwise:
pip3.python3 -m venv .venvsource .venv/bin/activatepip3 install -r requirements.txtDYNACONF_PORT=8090 python3 main_app/app.py (omitting the port it uses 8080)Tested on MacOS and a few Linux distros, if you have a Windows machine and are interested I'd like to have it work there as well
Content type
Image
Digest
Size
361.8 MB
Last updated
over 5 years ago
docker pull jacopofar/aiohttp-apps