Hi Rui,
Will you be using AsyncWebServer or WiFiServer in the upcoming ESP32 Web Server units?
What I have read indicates that WiFiServer from ESPAsyncWebServer (with AsyncTCP) is far superior to using WiFiServer included in WiFi.h.
me-no-dev/ESPAsyncWebServer: Async Web Server for ESP8266 and ESP32
https://github.com/me-no-dev/ESPAsyncWebServer#libraries-and-projects-that-use-asyncwebserver
Thoughts?
TM
Hi again!
For the ESP32 Web Server Module, I’ll use the WiFi Server library. That’s because, it’s the most supported/straightforward method to use with the Arduino IDE programming environment. It’s also well tested and very reliable in my opinion.
I definitely agree that the Async Web Server has a superior performance and I’ll integrate it future project Modules.
Thanks for your feedback!
Hi Rui,
Looking forward to the next ESP Web Server Modules regardless of which library is used.
Thanks for your informed opinion on the Async Web Server and I’m glad to hear that you are considering using it in future modules.
Cheers,
TM