micropython-nanoweb icon indicating copy to clipboard operation
micropython-nanoweb copied to clipboard

Full async Micropython web server with small memory footprint.

Results 5 micropython-nanoweb issues
Sort by recently updated
recently updated
newest added
trafficstars

The example.py file does not run correctly on a Pico W because the `sys.implementation` function returns **_mpy** which does not match the current value being returned... **mpy**. Not sure how...

Trying to run the example on a Pi PICO W and I can't get anything to load after the authentication. This shows in the Thonny Shell: ``` Task exception wasn't...

Not an issue, just wanted to say a big thank you for putting this together, it's really neat.

Great project! There was a small typo in the example code.