I have a web page that shows the content of some memory locations that I use as registers. I'd like that when the value of some of these registers changes, the web server will send the updated page and refresh the browser.
how can I do it?
up to now, my web server only responde to "GET" command from the browser