BCsabaEngine / svelteesp32

Convert Svelte (or React/Angular/Vue) JS application to serve it from ESP32/ESP8266 webserver
28 stars 1 forks source link

Support for esp-idf http server #11

Closed dorianim closed 18 hours ago

dorianim commented 2 months ago

Hey there,

I really like this project! It would be great if it supported the esp-idf built in http server. Like that, it would work with plain esp-idf without any additional libraries.

BCsabaEngine commented 2 months ago

Thank you! I did not planned, yet. But it is a simple code generator, so I try to solve it about your link. I will create a small idf app with platformIO to test result. And I need your oppinion and test :)

dorianim commented 2 months ago

Thanks! I'll test it as soon as it's available :)

dorianim commented 18 hours ago

I built a simple solution with plain cmake and c. So you don't have to spend any time on this :)