I know it has been mentioned that the ESP8266 (and Arduino) don't make good webservers, but sometimes these little projects need to do it. on a basic scale. Mainly just for admin things.
The ESP32 implementation to Arduino has been significantly extended during the past days and weeks.
There is a "Simple WiFi Server" example for Arduino. https://github.com/espressif/arduino-esp32
Would the capabilities of the ESP32 WiFi server be comparable to the so-far recommended Rasberry Wifi server using B4J?
Would the recently added ESP32 features be supported by B4R?
I'm not saysing it can't be done without Mr Cable, just meaning to have something made to make it easier. Getting the parsinig spot on isn't particularly easy for someone like me. I am making some progress, but to have a re-usable code lib/module/class would be real nice.