From 7398873cfff830a3e7858aad3ac6774cb40c75f9 Mon Sep 17 00:00:00 2001 From: vinDelphini Date: Sun, 25 Jan 2026 06:29:24 +0530 Subject: [PATCH] Add Litestar to Web Frameworks --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7c56515a..9710e030 100644 --- a/README.md +++ b/README.md @@ -1148,6 +1148,7 @@ _Traditional full stack web frameworks. Also see [RESTful API](https://github.co - [awesome-fasthtml](https://github.com/amosgyamfi/awesome-fasthtml) - [masonite](https://github.com/MasoniteFramework/masonite) - The modern and developer centric Python web framework. - Asynchronous + - [Litestar](https://github.com/litestar-org/litestar) - Production-ready, capable and extensible ASGI Web framework. - [microdot](https://github.com/miguelgrinberg/microdot) - The impossibly small web framework for Python and MicroPython. - [reflex](https://github.com/reflex-dev/reflex) – A framework for building reactive, full-stack web applications entirely with python . - [tornado](https://github.com/tornadoweb/tornado) - A web framework and asynchronous networking library.