|
SignalR basically allows developers to run server-side code that pushes data to the client's side.
This is done mainly through WebSockets and some fallbacks for environments where WebSockets aren't available, allowing developers an easier, faster and optimized working process when it comes to real-time data communications.
Here are some key features of "SignalR":
· Client RPC calls
· Connection management
· Connect/disconnect events
· Connections grouping
· Authorization
· Hubs management
· Extensible code structure
· Lots of documentation
· Samples
What's New in This Release: [ read full changelog ]
Fixed:
· SignalR Groups.Remove doesn't work
Via: SignalR 1.1.1
0 Comment:
Post a Comment