ESP32 Web Server Recommendation

Anyone have any recommendations on a Web Server library for the ESP32?

I’ve been using “pedroalbuquerque/ESP32WebServer” but it was a copy of another library, isn’t very robust or well documented, etc.

I don’t use the Arduino framework often but it seems that the ESP32 Arduino implementation comes with a integrated webserver library arduino-esp32/libraries/WebServer at master · espressif/arduino-esp32 · GitHub maybe this is the easiest way to go?

Otherwise you may take a look at:

I used both in private projects but never in combination with Arduino.

Hope this helps

1 Like