I'm reading a w3schools document where they talk about Server-Sent Events technology
It is described as a system that allows you to send web pages from the server to the client
So by reversing the normal data flow, it is no longer the client who has to query the server but it is the latter that takes the initiative to send a new screen to the client (who initially subscribed)
The question is: are the instructions behind this feature also available with a jServer based web server?
It is described as a system that allows you to send web pages from the server to the client
So by reversing the normal data flow, it is no longer the client who has to query the server but it is the latter that takes the initiative to send a new screen to the client (who initially subscribed)
The question is: are the instructions behind this feature also available with a jServer based web server?