ESPAsyncWebServer icon indicating copy to clipboard operation
ESPAsyncWebServer copied to clipboard

ESPAsyncWebServer -> ESP32's native IDF HTTP/S server anyone?

Open proddy opened this issue 2 years ago • 7 comments

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

proddy avatar Mar 01 '23 14:03 proddy

trawling through the issues I found this post by @justbendev recommending https://github.com/khoih-prog/HTTPS_Server_Generic which I'll check out.

proddy avatar Mar 01 '23 15:03 proddy

[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.

stale[bot] avatar May 21 '23 21:05 stale[bot]

@proddy I have some projects to convert, do you found an easy way?

dzungpv avatar Oct 16 '23 07:10 dzungpv

[STALE_CLR] This issue has been removed from the stale queue. Please ensure activity to keep it openin the future.

stale[bot] avatar Oct 16 '23 07:10 stale[bot]

@proddy I have some projects to convert, do you found an easy way?

No I haven't. Still on my todo list.

proddy avatar Oct 16 '23 10:10 proddy

@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!)

hoeken avatar Dec 08 '23 00:12 hoeken

@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.

proddy avatar Dec 08 '23 11:12 proddy