You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the Litestar portion of a [benchmarking tests suite](../../)
4
+
comparing a variety of web development platforms.
5
+
6
+
The information below is specific to Litestar. For further guidance,
7
+
review the [documentation](https://github.com/TechEmpower/FrameworkBenchmarks/wiki).
8
+
Also note that there is additional information provided in
9
+
the [Python README](../).
10
+
11
+
## Description
12
+
13
+
[**Litestar**](https://github.com/litestar-org/litestar) is a modern, fast (high-performance), web framework for building APIs with Python 3.6+.
14
+
15
+
The key features are:
16
+
17
+
***Fast**: Very high performance, on par with **NodeJS** and **Go**.
18
+
19
+
***Fast to code**: Increase the speed to develop features by about 200% to 300% *.
20
+
***Less bugs**: Reduce about 40% of human (developer) induced errors. *
21
+
***Intuitive**: Great editor support. <abbrtitle="also known as auto-complete, autocompletion, IntelliSense">Completion</abbr> everywhere. Less time debugging.
22
+
***Easy**: Designed to be easy to use and learn. Less time reading docs.
23
+
***Short**: Minimize code duplication. Multiple features from each parameter declaration. Less bugs.
24
+
***Robust**: Get production-ready code. With automatic interactive documentation.
25
+
***Standards-based**: Based on (and fully compatible with) the open standards for APIs: <ahref="https://github.com/OAI/OpenAPI-Specification"target="_blank">OpenAPI</a> and <ahref="http://json-schema.org/"target="_blank">JSON Schema</a>.
26
+
27
+
<small>* estimation based on tests on an internal development team, building production applications.</small>
28
+
29
+
## Test Paths & Sources
30
+
31
+
All of the test implementations are located within a single file ([app.py](app.py)).
32
+
33
+
34
+
## Resources
35
+
36
+
*[Litestar source code on GitHub](https://github.com/litestar-org/litestar)
0 commit comments