Skip to content

Commit 90181bc

Browse files
committed
🎉 feat: patterns
1 parent ce18ac1 commit 90181bc

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/new/introduction.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,15 @@ new Elysia()
2727
.listen(8080)
2828
```
2929

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+
3039
## Features
3140
Our most loved feature of Elysia that make Elysia standout from other frameworks.
3241

0 commit comments

Comments
 (0)