I have this situation: 100 computers are displaying a webpage and from a backend I can update this webpage.
And I would like that the webpage displayed on my 100 computers is automatically updated.
Is there a way to refresh/update the page without polling? The best way it will be that an external page can force the page to reload, but I think that's not possibile.
Thanks
M.