Merge pull request #2999 from Rohit-Mal-IITM/patch-1

This commit is contained in:
Jinyang 2026-03-29 10:06:18 +04:00 committed by GitHub
commit 7f3d5ce522
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -221,7 +221,7 @@ _Traditional full stack web frameworks. Also see [Web APIs](#web-apis)._
- Asynchronous - Asynchronous
- [litestar](https://github.com/litestar-org/litestar) - Production-ready, capable and extensible ASGI Web framework. - [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. - [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 . - [reflex](https://github.com/reflex-dev/reflex) - A framework for building reactive, full-stack web applications entirely with Python.
- [robyn](https://github.com/sparckles/Robyn) - A high-performance async Python web framework with a Rust runtime. - [robyn](https://github.com/sparckles/Robyn) - A high-performance async Python web framework with a Rust runtime.
- [starlette](https://github.com/Kludex/starlette) - A lightweight ASGI framework and toolkit for building high-performance async services. - [starlette](https://github.com/Kludex/starlette) - A lightweight ASGI framework and toolkit for building high-performance async services.
- [tornado](https://github.com/tornadoweb/tornado) - A web framework and asynchronous networking library. - [tornado](https://github.com/tornadoweb/tornado) - A web framework and asynchronous networking library.