MicroWebSrv2 icon indicating copy to clipboard operation
MicroWebSrv2 copied to clipboard

The last Micro Web Server for IoTs (MicroPython) or large servers (CPython), that supports WebSockets, routes, template engine and with really optimized architecture (mem allocations, async I/Os). Rea...

Results 56 MicroWebSrv2 issues
Sort by recently updated
recently updated
newest added

Hi, Just for your information. I did install MWS2 on a Raspberry-Pi Pico and getting Memory issue when starting the main.py example. This error is always happening almost every time...

Hello. I would to know if this project is active, to fix new bugs and/or implement new features. Thank you!

![image](https://user-images.githubusercontent.com/104115499/164652092-1258eed0-dd05-4f3d-9220-61730823d9bc.png)

``` Im using micropython with frozen modules of MicroWeb but Im getting this error --------------------------- - Python pkg MicroWebSrv2 - - version 2.0.6 - - by JC`zic & HC2 -...

I want to set up a websocket service that sends data after the web page connects until the web page sends a stop sign. However, the data sent by the...

Just wanted some feedback on whether this is the right way to go.

...that way the browser can handle compressed files. Any pointers on how to go about this? Should the change be made at the app level or at the lib level?...

Hi, I'm trying to run MicroWebSrv2 on the Arduino RP2040 nano Connect via a wifi connection. But I ended up in `MicroWebSrv2Exception: Cannot bind server on 0.0.0.0:80.` Here is my...

I started this pull request to fix an issue I got: I have a server running with embedded config on an ESP32 which often froze on `socket.SendTextMessage(message)` which I'm calling...

MicroPython does not support named classes within `[...]` (i.e. no `[\\w]` or `[\\s]` ) Fixes #38