5 ms·
I've three things :), 1. Quart, https://quart.palletsprojects.com https://quart.palletsprojects.com, an ASGI (async/await) re-implementation of the Python web
by pgjones 4y ago
I've three things :),
1. Quart, https://quart.palletsprojects.com https://quart.palletsprojects.com, an ASGI (async/await) re-implementation of the Python web MicroFramework Flask. It is now maintained alongside, by the same people, as Flask.
2. Hypercorn, https://hypercorn.readthedocs.io https://hypercorn.readthedocs.io, an ASGI/WSGI server that supports HTTP/1, HTTP/2, and HTTP/3.
3. My book "A Blueprint for Production-Ready Web Applications", which uses both of the above and shows a beginner how to build a full stack app (React frontend) running on AWS. See https://pgjones.dev/tozo/ https://pgjones.dev/tozo/ for details, code, and link to the example app.
- cvhashim04 4y agoVery nice ^^