أنشئ حسابًا أو سجّل الدخول للانضمام إلى مجتمعك المهني.
SignalR is an open library which can be used to integrate in real time in your applications. There are some areas where SignalR can come in handy to make your application integrated, and more responsive to the end user. Your server responds very quickly to the client when a request is made.
Description
SignalR gives two directional communication between server and client.
SignalR can be used in faster notification message to the end user and in another sense if any problem exists in the server side then it can be notified by using signalR concept.
SignalR can be used in file uploading , file downloading and how much percentage it has completed, and how much time it will take. So, in these fields we can implement signalR concept for better results.
In more cases signalR is used for Chat application purposes and in the integration of Facebook , Google Plus etc.
Most Used Fields
SignalR can be used to show the result of current actions made in server controls.
For example
In webgrid of Asp.Net MVC when we perform Crud operations the signalR shows the task the record using the Id entered , updated or deleted.
It just shows like system task manager.