ESPAsyncWebServer -> ESP32's native IDF HTTP/S server anyone?
I've been using ESPAsyncWebServer and the sister AsyncTCP quite happily for a number of years now, first ESP8266 and now exclusively all variants of the ESP32. No issues. It's perfect.
But...with the ESP-IDF becoming more mature, has anyone successfully migrated over to the native HTTP Server library? There's an example of https here.
https://github.com/me-no-dev/ESPAsyncWebServer/issues/1282
trawling through the issues I found this post by @justbendev recommending https://github.com/khoih-prog/HTTPS_Server_Generic which I'll check out.
[STALE_SET] This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions.
@proddy I have some projects to convert, do you found an easy way?
[STALE_CLR] This issue has been removed from the stale queue. Please ensure activity to keep it openin the future.
@proddy I have some projects to convert, do you found an easy way?
No I haven't. Still on my todo list.
@proddy check out https://github.com/hoeken/PsychicHttp
Its a wrapper for the ESP-IDF library with ESPAsyncWebserver syntax. Actively developed and reliable / stable (thanks Espressif!)
@proddy check out https://github.com/hoeken/PsychicHttp
Its a wrapper for the ESP-IDF library with ESPAsyncWebserver syntax. Actively developed and reliable / stable (thanks Espressif!)
Thanks @hoeken - looks promising. I'll check it out for sure.