ASGI topic
ASGI (Asynchronous Server Gateway Interface) is a spiritual successor to WSGI, intended to provide a standard interface between async-capable Python web servers, frameworks, and applications.
datasette
An open source multi-tool for exploring and publishing data
uvicorn-gunicorn-fastapi-docker
Docker image with Uvicorn managed by Gunicorn for high-performance FastAPI web applications in Python with performance auto-tuning.
uvicorn-gunicorn-docker
Docker image with Uvicorn managed by Gunicorn for high-performance web applications in Python with performance auto-tuning.
mangum
AWS Lambda support for ASGI applications
piccolo
A fast, user friendly ORM and query builder which supports asyncio.
ariadne
Python library for implementing GraphQL servers using schema-first approach.
muffin
Muffin is a fast, simple and asyncronous web-framework for Python 3
yappi
Yet Another Python Profiler, but this time multithreading, asyncio and gevent aware.