Asynchronous Server Gateway Interface
The Asynchronous Server Gateway Interface (ASGI) is a calling convention for web servers to forward requests to asynchronous-capable Python programming language frameworks, and applications. It is built as a successor to the Web Server Gateway Interface (WSGI).
Implementations
See also
- Web Server Gateway Interface (WSGI)
- Mangum - AWS Lambda support for ASGI applications