S
Starlette
Lightweight ASGI framework and toolkit — the foundation that FastAPI and other async Python frameworks are built on.
Starlette provides the async primitives — request/response handling, routing, middleware, WebSockets, background tasks — that FastAPI and other frameworks build on. Used directly, it is a production-ready micro-framework for high-performance async Python services with no overhead beyond what you need.
// commonly used libraries
Fully featured async HTTP client for Python — Requests-compatible API with HTTP/2 and …
http
2019
open source
// tags
backendasyncasgipythonwebsocketsapilightweight