This post is from a low-reputation account and contains an unverified outbound link. Be cautious before clicking external links.

Slim Web Server on ESP32/ESP8266 on micropython

bullet90(25)
Published in
#web
Words
76
Reading
1 min
Listen
Play
8y

Easy web server for ESP-32.

Written on MicroPython 1.9.4. Easy and simple web server. The code does not have OOP specifically to provide less memory in the controller. The source code works in Python 3.6 without any changes.

-By default, it displays pages from the "www" directory.

-Can only work with GET requests.

Example for MicroPython 1.9.4

import slimWebServ

Example for Python 3.6

python slimWebServ.py

https://github.com/bu77h4ad/Slim-Web-Server

if you have questions, write in the comet. I will gladly answer

Slim Web Server on ESP32/ESP8266 on micropython | Ecency