femtoweb Project Details
femtoweb
An asynchronous HTTP server and web application framework.
Description
I made femtoweb because I needed a small HTTP server and web application framework for my various Micropython / ESP32-based IOT projects. At the time there was picoweb, but this required use of the pycopy Micropython fork, and I wanted to use stock, mainline Micropython. After asyncio made its way into Micropython, I refactored this library to use it. It does exactly what I need it to and nothing more. 👍