I am trying to build a webpage for my ESP32. I have been doing a lot of reading on which way to go, and I feel a little bit overwhelmed with all the different libraries and methods of achieving this.
I'm hoping for some advice which way to go before I get too invested in one library. My primary target is to show live sensor readings (this part I have managed already), but ideally I want to be able to read / write various variable types to change settings as well.
Preferably, I want to keep the settings on a separate page protected by a username and password.
Thanks for the quick response, will the included WebServer library really do everything (Main page without login, displaying live sensor readings, settings page with simple login where I can read write variables to be stored)?
If so why does it seem that each time I look for examples on google they seem to use other libraries such as AsyncTCP?
Do you know of any example that is more or less covering live sensor reading on primary page + reading / writing variables such as settings in a separate password protected page?
I seem to be finding separate examples, and as I mentioned, it seems that I keep finding them on other libraries.