ASGI
Asynchronous Server Gateway Interface. 非同期な wsgi (
webSocket
も?)
ASGI Documentation — ASGI 2.0 documentation
実装
server:
encode/uvicorn: The lightning-fast ASGI server. 🦄
Uvicorn currently supports HTTP/1.1 and WebSockets. Support for HTTP/2 is planned.
app:
Starlette
さらに
python responder
が乗る形もある。