Starlette - starlette
✨ The little ASGI framework that shines. ✨
Introduction
Starlette is a lightweight ASGI framework/toolkit, which is ideal for building high performance asyncio services.
It is production-ready, and gives you the following:
- Seriously impressive performance.
- WebSocket support.
- In-process background tasks.
- Startup and shutdown events.
- Test client built on
requests
. - CORS, GZip, Sta...