How can I get the javascript client application to receive socket requests? I do not mean a response to a request, but a request. Javascript works in a browser without HTML5.
The fact is that I want my web page to reload the changed content, but without having to make a request to the server every few minutes.
I hope the server can make some javascript request on the page, which will make it a page refresh. If not what you could offer instead of javascript in this area.
source share