From 07f4b90ea5475205e5ee4ff0e37344e0b1679ece Mon Sep 17 00:00:00 2001 From: Fuad Hasan Date: Sun, 2 Feb 2025 15:12:10 +0600 Subject: [PATCH] Update README.md Added a robust small framework that works with embedded systems like esp32 with micropython firmware. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5a7f5f89..a529c775 100644 --- a/README.md +++ b/README.md @@ -1153,6 +1153,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [masonite](https://github.com/MasoniteFramework/masonite) - The modern and developer centric Python web framework. * 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. ## WebSocket