me-no-dev / ESPAsyncWebServer

Async Web Server for ESP8266 and ESP32
3.78k stars 1.23k forks source link

Proposal to include this library as part of the arduino-esp32 core #1380

Open Zhu-jiatong opened 9 months ago

Zhu-jiatong commented 9 months ago

This library is much more powerful and versatile as compared to the WebServer library in the current arduino-esp32 core. Since there are plans to include the AsyncTCP into the arduino-esp32 core, it would also be nice if this library could also be included. This could grant the library better continuous support. It is important to acknowledge that this is not to suggest the immediate removal of the WebServer library. Rather, this proposal aims to provide users with a better-supported alternative, and give existing users of ESPAsyncWebServer an always up-to-date library.