microdot: The impossibly small web framework for Python and MicroPython
17 points by rrampage
17 points by rrampage
microdot is handy for deploying grown-up services from very tiny embedded MicroPython hardware. Yes, you have to be careful about resources and scale, but it’s far better than the raw sockets and writing HTTP headers that you’ll still see in MicroPython tutorials.
Cool. I really like if this dosent get to much feature creep. It looks like it is a bare-bones minimal flask like library, and It seems pretty cool. Should try this instead of flask sometime.