How to avoid pinging a server and still get the messages to a client app?
Hi,
Pardon me if the answer is obvious to some of you (I am not a technical person). I have a team that is creating a news website, and our requirement is to create a client side app which can be downloaded by our users such that-
If our server gets a news item on any topic, there should be a small msn messenger type message that pops up for literally 2 seconds on the desktops of our users who are interested in that topic informing them that they have a news item of interest. They should be able to click on the pop up to go to the relevant area of our website to read the news item.
For each client to know that they have a news item of interest on our website, does the client have to keep pinging our server or is there a way that the client can be directly informed by the server itself? In other words, is there any way to enable this using pure push technology where the client does not have to ask the server whether there is a news item of interest? Which approach is better?
Recent Comments