Skip to content

Conversation

@itsfuad
Copy link
Contributor

@itsfuad itsfuad commented Feb 2, 2025

Added a robust small framework that works with embedded systems like esp32 with micropython firmware.

What is this Python project?

Microdot is a minimalistic Python web framework inspired by Flask. Given its small size, it can run on systems with limited resources such as microcontrollers. Both standard Python (CPython) and MicroPython are supported.

What's the difference between this Python project and similar ones?

For very small resource systems, it is the best choice which provides higher level methods to build servers with ease. Tested in esp32-wroom system.

--

Anyone who agrees with this pull request could submit an Approve review to it.

Added a robust small framework that works with embedded systems like esp32 with micropython firmware.
@eliudnjoroo
Copy link

U

* [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.
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vinta vinta merged commit 9140f50 into vinta:master Jan 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.