andre_teprom wrote:The problem is that even ESP32 has only the 1 example of the "SimpleWebServer" which is absurdly more complicated than the "Webserver" of ESP8266.
This is because you've looked only at ESP-IDF, but there is also Arduino-ESP32 framework.
Although "WebServer" isn't present yet, it probably will soon, at least the AsyncWebServer.
But I've personally tried months ago to port the ESP8266 "WebServer" into Arduino-ESP32, and I got it working only after few hours of work.