A micro HTTP Web server that supports WebSockets, html/python language templating and routing handlers, for MicroPython (used on Pycom modules & ESP32)
MicroWebSrv is a micro HTTP Web server that supports WebSockets, html/python language templating, and routing handlers. It is primarily used on ESP32 and Pycom modules, but now supports all variants of Pyboard D-series from the makers of MicroPython. The server is easy to integrate and lightweight, consisting of only three files: "microWebSrv.py" for the Web server, "microWebSocket.py" for optional WebSocket support, and "microWebTemplate.py" for optional templating language for .pyhtml rendered pages.