Sunday 10 August 2014

Information Technology : SignalR Communication


What is SignalR ?

SignalR is a Asp.net component library which provides the following..
a.real time functionality to our applications.
b.a very simple, high-level API for doing server to client RPC.
c.automatic connection management.

What is meant by real time functionality ?
It's the ability to have your server-side code push content to the connected clients as it happens, in real-time.

What is meant by RPC?

Related Posts