femtoweb Project Details

femtoweb

#framework #http #micropython #python3 #server #webapp

An asynchronous HTTP server and web application framework.

A picture of the femtoweb

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. 👍

Source Files

Github

Uses

Used By