Add FastHTML

This commit is contained in:
Juan F Gonzalez 2024-08-11 05:34:49 -06:00 committed by GitHub
parent 2252650cfd
commit aaacefa329
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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