Live data from Hacker News

Microdot: Yet another Python web framework

blog.miguelgrinberg.com

1–10 of 28 posts

Re: Microdot: Yet another Python web framework

#3

Microdot creator here. Happy to answer any questions about Microdot if you have any!

You have some performance comparisons, but I'd like to see a table of the features it has over the mainstream frameworks. Is everything in the list at the top of the article something neither Flask nor FastAPI offer?

Re: Microdot: Yet another Python web framework

#4

Microdot creator here. Happy to answer any questions about Microdot if you have any!

This is pretty cool! Always happy to see simple, small and performant frameworks. I know it's still young, but do you know if any companies or communities are already using it?

Re: Microdot: Yet another Python web framework

#6
post #3

Microdot creator here. Happy to answer any questions about Microdot if you have any!

You have some performance comparisons, but I'd like to see a table of the features it has over the mainstream frameworks. Is everything in the list at the top of the article something neither Flask nor FastAPI offer?

The main thing that none of the frameworks you know offer is being small enough to also work under MicroPython on $5 microcontrollers. I created Microdot a few years ago when I wanted to have a web interface to configure a thermostat that I built to control the heating in my house.

Re: Microdot: Yet another Python web framework

#8

Microdot creator here. Happy to answer any questions about Microdot if you have any!

This is pretty cool! Always happy to see simple, small and performant frameworks. I know it's still young, but do you know if any companies or communities are already using it?

It has some traction in the MicroPython community, used with IoT projects running on microcontrollers.
Post reply on HN