I've seen tiny devices like this before. They rely the human readable web pages loading from somewhere else. Then those human readable pages include Javascript that sends JSON request out to the tiny devices. The Javascript then processes the JSON response and turns it into something human readable. You can write a page like that on your local machine and just use File/Open to run it. It does not have to live on a web server.
I've seen tiny devices like this before. They rely the human readable web pages loading from somewhere else. Then those human readable pages include Javascript that sends JSON request out to the tiny devices. The Javascript then processes the JSON response and turns it into something human readable. You can write a page like that on your local machine and just use File/Open to run it. It does not have to live on a web server.