Skip to content

Commit

Permalink
docs: add litestar to documentation (#2127)
Browse files Browse the repository at this point in the history
  • Loading branch information
geeshta authored Oct 19, 2023
1 parent 40b99b8 commit 732cef6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -560,6 +560,12 @@ Its most distinctive features are built-in support for dependency injection, aut

[Muffin](https://github.com/klen/muffin) is a fast, lightweight and asynchronous ASGI web-framework for Python 3.

### Litestar

[**Litestar**](https://litestar.dev) is a powerful, lightweight and flexible ASGI framework.

It includes everything that's needed to build modern APIs - from data serialization and validation to websockets, ORM integration, session management, authentication and more.


[uvloop]: https://github.com/MagicStack/uvloop
[httptools]: https://github.com/MagicStack/httptools
Expand Down

0 comments on commit 732cef6

Please sign in to comment.