We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce18ac1 commit 90181bcCopy full SHA for 90181bc
docs/new/introduction.md
@@ -27,6 +27,15 @@ new Elysia()
27
.listen(8080)
28
```
29
30
+Elysia is build upon the 3 fundamental beliefs.
31
+
32
+- Performance
33
+ - You shall not worry about the underlying performance
34
+- Simplicity
35
+ - Simple building blocks and ergonomic API to maximize developer experience.
36
+- Flexibility
37
+ - You shall be able to customize most of the library to fit your need
38
39
## Features
40
Our most loved feature of Elysia that make Elysia standout from other frameworks.
41
0 commit comments