|
3 年之前 | |
---|---|---|
.. | ||
templates | 3 年之前 | |
README.md | 3 年之前 | |
app.py | 3 年之前 | |
benchmark_config.json | 3 年之前 | |
config.toml | 3 年之前 | |
requirements.txt | 3 年之前 | |
starlite.dockerfile | 3 年之前 | |
starlite_conf.py | 3 年之前 |
This is the Starlite portion of a benchmarking tests suite comparing a variety of web development platforms.
The information below is specific to Starlite. For further guidance, review the documentation. Also note that there is additional information provided in the Python README.
Starlite is a light, opinionated and flexible ASGI API framework built on top of pydantic and Starlette.
The API is implemented in a single file (app.py). This Test is based on the Starlette tests.