srwi / ESPEssentials

Essentials to get you started with your Arduino projects using the ESP8266 and ESP32.
GNU Lesser General Public License v2.1
26 stars 5 forks source link

Feature Request: Async Webserver #14

Open dushyantahuja opened 2 months ago

dushyantahuja commented 2 months ago

Any chance you can implement AsyncWebserver instead of Webserver?

srwi commented 2 months ago

Sure, sounds doable. Are there any specific reasons why you need that? I’m not sure when I’ll have the time to implement it, so if it’s urgent, please feel free to draft a PR!

dushyantahuja commented 2 months ago

I've been using AsyncServer alll along and it's just a matter of preference I think - but I find it easier to use. No hurry though.