-
Notifications
You must be signed in to change notification settings - Fork 27k
Update README.md #2650
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Update README.md #2650
+1
−0
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Added a robust small framework that works with embedded systems like esp32 with micropython firmware.
riotdevy
approved these changes
Feb 2, 2025
eliudnjoroo
approved these changes
Feb 2, 2025
|
U |
kplotkin35
approved these changes
Feb 3, 2025
mealicecooper
approved these changes
Feb 3, 2025
MarkedFerry
approved these changes
Feb 3, 2025
SzevneKoshnivo
approved these changes
Feb 3, 2025
kavjyk-fudkex-zoqqY5
approved these changes
Feb 5, 2025
thechillday1
approved these changes
Feb 5, 2025
gfolk6969
approved these changes
Feb 18, 2025
andrev24
reviewed
Mar 7, 2025
| * [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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
andrev24
approved these changes
Mar 7, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.