From aaacefa3299dd5f65b95d301feccb4c113fe3151 Mon Sep 17 00:00:00 2001 From: Juan F Gonzalez Date: Sun, 11 Aug 2024 05:34:49 -0600 Subject: [PATCH] Add FastHTML --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5a7f5f89d..504dd9446 100644 --- a/README.md +++ b/README.md @@ -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.