Statlette is a lightweight ASGI framework, ideal for building high-performance services, its production ready and it gives the following features:
- WebSocket's support .
- GraphQL support : Data query language developed by Facebook.
- Process background task.
- Startup and Shutdown events.
- Serious impressive performance.
- 100% coverage.
- 100% type annotated codebase
- Few hard dependencies
pip install starlatte
Starlette requrires following dependencies:
anyio==3.5.0
asgiref==3.5.0
click==8.1.2
colorama==0.4.4
h11==0.13.0
idna==3.3
Jinja2==3.1.1
MarkupSafe==2.1.1
sniffio==1.2.0
starlette==0.19.0
uvicorn==0.17.6