Push (or server-push)

Push (or server-push) refers to a technique used in computer programming whereby a server sends data to a client without the client having specifically requested it. This is in contrast to the more common pull technique, where the client requests data from the server. How does a server push work? In computing, a push protocol … Read more