Replies: 3 comments
-
|
Thanks for open a discussion! At first you need to create a http endpoint in C++, see example here: https://github.com/BCsabaEngine/svelteesp32/blob/main/demo/esp32/src/main_async.cpp#L41 A svelte frontend page can communicate with this cpp backend, example here: https://github.com/BCsabaEngine/svelteesp32/blob/main/demo/svelte/src/App.svelte#L33 You can upload svelte dist to esp and serve from it. |
Beta Was this translation helpful? Give feedback.
-
|
It might be a bit late, but 'svelte' in the repo name is a bit misleading since the core of the tool is entirely agnostic with respect to any web framework. it might still make sense to fiddle with the name to give it wider acceptance, because the Svelte in the repo name might suggest a narrower focus than it actually is. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
Hi, as a Svelte fan, I'm really excited about this.
However, I'm abroad for more than a month, so I can't try it right now. How can I communicate with I/O ports?
Beta Was this translation helpful? Give feedback.
All reactions