Merge pull request #2603 from juanfrank77/master

Add FastHTML
This commit is contained in:
Vinta Chen 2026-01-08 15:57:19 +08:00 committed by GitHub
commit 4b9fc72da8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1180,6 +1180,8 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
* [pyramid](https://pylonsproject.org/) - A small, fast, down-to-earth, open source Python web framework.
* [awesome-pyramid](https://github.com/uralbash/awesome-pyramid)
* [masonite](https://github.com/MasoniteFramework/masonite) - The modern and developer centric Python web framework.
* [fastHTML](https://github.com/AnswerDotAI/fasthtml) - The fastest way to create an HTML app.
* [awesome-fasthtml](https://github.com/amosgyamfi/awesome-fasthtml)
* Asynchronous
* [tornado](https://github.com/tornadoweb/tornado) - A web framework and asynchronous networking library.
* [microdot](https://github.com/miguelgrinberg/microdot) - The impossibly small web framework for Python and MicroPython.