What is Server Push in SignalR? | SignalR Interview Question | SignalR Programmer Guide

,
SignalR supports "server push" functionality, in which server code can call out to client code in the browser using Remote Procedure Calls (RPC), rather than the request-response model common on the web today.