Merge pull request #2877 from vinDelphini/add-litestar

Add Litestar to Web Frameworks
This commit is contained in:
Jinyang 2026-01-25 15:42:07 +04:00 committed by GitHub
commit 546c12027b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1149,6 +1149,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.