Using frameworks such as Vue or Node for web development on esp32
Posted: Wed Feb 14, 2024 1:07 pm
Hey. We have an ESP32 running a webserver (both in AP and station mode is supported). On the ESP32 we currently have index.html, scripts.js and styles.css that are stored in the flash memory.
Our webserver is scaling up quite rapidly, we are constantly adding more and more functions and it has become quite hard to maintain our webpage. Our .html itself is more than 15000 lines of code...
We were wondering if there is a possibiity to rewrite everything to frameworks such as Vue or Node js. Is that even possible on the ESP32 due to memory constraints? How would it work if the ESP32 is in AP mode? Does it need to download some additional modules for Vue or Node to display the UI, how to embed everything inside ESP32?
I would appreciate any clarifications. Thanks in advance
Our webserver is scaling up quite rapidly, we are constantly adding more and more functions and it has become quite hard to maintain our webpage. Our .html itself is more than 15000 lines of code...
We were wondering if there is a possibiity to rewrite everything to frameworks such as Vue or Node js. Is that even possible on the ESP32 due to memory constraints? How would it work if the ESP32 is in AP mode? Does it need to download some additional modules for Vue or Node to display the UI, how to embed everything inside ESP32?
I would appreciate any clarifications. Thanks in advance