micropython-nanoweb
Web server
A full asynchronous web server for Micropython with a small memory footprint.
Full async Micropython web server with small memory footprint.
106 stars
8 watching
18 forks
Language: Python
last commit: 6 months ago
Linked from 1 awesome list
asyncespesp32esp8266pythonraspberry-pi-picowebserver
Related projects:
Repository | Description | Stars |
---|---|---|
belyalov/tinyweb | A lightweight HTTP server for microcontrollers with limited resources | 252 |
jczic/microwebsrv | A micro HTTP Web server that supports WebSockets and templating for MicroPython-based devices. | 652 |
jczic/microwebsrv2 | A highly optimized web server designed for embedded systems and IoT devices | 662 |
wybiral/micropython-aioweb | A lightweight asyncio web framework for MicroPython-based projects | 29 |
betaravener/upy-websocket-server | An ESP8266/ESP32 websocket server implementation allowing client-server communication | 84 |
larsks/micropython-noggin | A simple web server for MicroPython that allows developers to create and deploy small web applications. | 18 |
jczic/microwebcli | A micro HTTP Web client for MicroPython | 55 |
cwyark/micropython-uaioftp | A lightweight FTP server implementation for MicroPython using asyncio. | 3 |
roterfux/esp8266_ntp_webserver | A MicroPython-based IoT project combining WiFi connectivity, LED control, time synchronization, and basic web serving capabilities for an ESP8266 microcontroller. | 2 |
codemee/esp8266webserver | An ESP8266 web server library that enables the creation of lightweight REST APIs on MicroPython-based systems | 51 |
belyalov/tinydns | A simple DNS server for small devices with limited resources. | 32 |
miguelgrinberg/microdot | A lightweight web framework for Python and MicroPython enabling the creation of small web applications | 1,522 |
joewez/captivewebserver | A simple web server script for serving websites from a captive portal using MicroPython on an ESP8266 device | 1 |
guycarver/micropython | A collection of hardware and software drivers and utility libraries for MicroPython on various platforms | 147 |
p-doyle/micropython-dnsserver-captive-portal | A MicroPython implementation of a captive portal that redirects DNS queries and HTTP requests to a web server. | 16 |