Is there a good, tiny footprint web framework that I can use to serve configuration and control web UI from a no_std embedded environment like the ones supported by Embassy framework?
Velto doesn’t currently support handling frontend events or receiving them on the backend, but once that’s added, it should open the door to full interaction with the UI—config, control, anything you need.
It’s definitely an area worth exploring if you’re looking for a minimal framework with room to grow.
I found this: picoserve
1 Like
This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.