so..i have a hobby project that would be nice to put on a raspi,
but i might need it to expose a website for configuring it live (just editing a file)
is any of the webserver libraries around suitable to be compiled for arm on raspberry pi ?
so far in my googling all of those just mentioned graalvm and similar.. which i don't really want to deal with
i just need very simple basic http functionality of PUT or POST to set different variables
and GET routes to server static html and js