I bought a new ESP8266 in order to start working on some home automation projects, and I learned how to make the module run a local server, and how to use ngrok on my PC to access the server from outside my home network.
What I'd like to do now is use a free online server which I can access using both the ESP8266 and a web browser, so that I don't have to leave my PC on running njgrok, and I can log into the server even if the ESP8266 is offline.
I was thinking of creating a simple HTML page which can manipulate an XML file and have the ESP8266 read that file and write to it. the problem is that I don't have any idea how to do any of that
Does anybody know a tutorial that can show me where to start?
Thanks a lot!