MicroWebSrv icon indicating copy to clipboard operation
MicroWebSrv copied to clipboard

A micro HTTP Web server that supports WebSockets, html/python language templating and routing handlers, for MicroPython (used on Pycom modules & ESP32)

Results 13 MicroWebSrv issues
Sort by recently updated
recently updated
newest added
trafficstars

This is on esp32 v2 wroom devit, micropython version 1.19.1 ---- crash report --- >>> from microWebSrv import MicroWebSrv >>> import microWebTemplate >>> >>> mws = None >>> mws =...

Hi, Thank You for created the this package. How can i connect to my socket.io server my server ?.

This PR adds a package.json file to make the module compatible with the MicroPython Package Manager (MIP).\n\nWith this change, users can install the module using: \\n\nThis PR is part of...