A minimal web server framework for MicroPython, enabling web applications on embedded devices.
Noggin is a lightweight web server framework designed specifically for MicroPython, allowing developers to build web applications on resource-constrained embedded devices. It provides a simple API for routing requests, handling responses, and serving content directly from MicroPython boards.
Noggin prioritizes simplicity and minimalism, offering just enough functionality to build web interfaces on MicroPython without unnecessary overhead.
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
Simple and lightweight HTTP async server for micropython