|
|
2 ماه پیش | |
|---|---|---|
| .. | ||
| templates | 2 ماه پیش | |
| .gitignore | 2 ماه پیش | |
| README.md | 2 ماه پیش | |
| app-socketify-asgi.py | 2 ماه پیش | |
| app.py | 2 ماه پیش | |
| app_orm.py | 2 ماه پیش | |
| benchmark_config.json | 2 ماه پیش | |
| config.toml | 2 ماه پیش | |
| litestar-granian-orm.dockerfile | 2 ماه پیش | |
| litestar-granian.dockerfile | 2 ماه پیش | |
| litestar-gunicorn-orm.dockerfile | 2 ماه پیش | |
| litestar-gunicorn.dockerfile | 2 ماه پیش | |
| litestar-nginx-unit.dockerfile | 2 ماه پیش | |
| litestar-socketify-asgi.dockerfile | 2 ماه پیش | |
| litestar-uvicorn.dockerfile | 2 ماه پیش | |
| litestar.dockerfile | 2 ماه پیش | |
| litestar_conf.py | 2 ماه پیش | |
| nginx-unit-config.sh | 2 ماه پیش | |
| requirements-granian.txt | 2 ماه پیش | |
| requirements-gunicorn.txt | 2 ماه پیش | |
| requirements-socketify.txt | 2 ماه پیش | |
| requirements-sqlalchemy.txt | 2 ماه پیش | |
| requirements-uvicorn.txt | 2 ماه پیش | |
| requirements.txt | 2 ماه پیش | |
| ruff.toml | 2 ماه پیش | |
This is the Litestar portion of a benchmarking tests suite comparing a variety of web development platforms.
The information below is specific to Litestar. For further guidance, review the documentation. Also note that there is additional information provided in the Python README.
Litestar is a modern, fast (high-performance), web framework for building APIs with Python 3.6+.
The key features are:
Fast: Very high performance, on par with NodeJS and Go.
Fast to code: Increase the speed to develop features by about 200% to 300% *.
Less bugs: Reduce about 40% of human (developer) induced errors. *
Intuitive: Great editor support. Completion everywhere. Less time debugging.
Easy: Designed to be easy to use and learn. Less time reading docs.
Short: Minimize code duplication. Multiple features from each parameter declaration. Less bugs.
Robust: Get production-ready code. With automatic interactive documentation.
Standards-based: Based on (and fully compatible with) the open standards for APIs: OpenAPI and JSON Schema.
* estimation based on tests on an internal development team, building production applications.
All of the test implementations are located within a single file (app.py).