From 3f38de968bddbbf510551be5038ab243d209041c Mon Sep 17 00:00:00 2001 From: geeshta Date: Wed, 11 Oct 2023 22:33:20 +0200 Subject: [PATCH] docs: add litestar to documentation --- docs/index.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/index.md b/docs/index.md index 503f92c22..027e6cc28 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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