Xamarin ♥ Azure SignalR Service

Azure SignalR Service is a service in Microsoft Azure that makes it possible for developers to build applications with real-time communications without having to think about how to host it. Azure will handle all that for us. If you are interested to learn more about SignarlR service and Xamarin apps there is a chapter in […]

  2/3/2019 - 3:00 AM

Real time communication with signalR

If you need realtime communication and don’t want to use long polling ajax calls for example for an game or a chat and also want fallback if WebSockets not is supported, signalR is a good library. This is a short tutorial on how to use signalR in an ASP.NET MVC application. If you want to […]

  7/12/2013 - 10:37 AM