Get the latest tech news

The “impossibly small” Microdot web framework


The Microdot web framework is quite small, as its name would imply; it supports both standard C [...]

The Microdot web framework is quite small, as its name would imply; it supports both standard CPython and MicroPython, so it can be used on systems ranging from internet-of-things (IoT) devices all the way up to large, cloudy servers. He wrote code that would check the temperature every five minutes and send the appropriate commands to start or stop the heaters based on what it found. The Flask version does lots more than Microdot, with more supported types of arguments in a URL and multiple classes in the werkzeug.routing module; it has 1,362 lines of code.

Get the Android app

Or read this on Hacker News