- Only use SignalR where the server needs to update the client asynchronously to any user action. - If all you need to do is browser-initiated calls to the server triggered by user actions then you should just use jQuery Ajax.