xamarin - signalr - presented at xamarin meeting in hilversum

Post on 11-Jan-2017

325 Views

Category:

Software

2 Downloads

Preview:

Click to see full reader

TRANSCRIPT

Real-Time Cross-Platform App with SignalR and Xamarin

Sylwester Wieczorkowski

Take your mobile strategy and apps to the next level

What is SignalR?ASP.NET SignalR is a library for developers that

simplifies the process of adding real-time web functionality to applications. Real-time web functionality is the ability to have server code push content to connected clients instantly as it becomes available, rather than having the server wait for a client to request new data.

Xamarin ClientThe ASP.NET SignalR Client not only works in

JavaScript and browsers, but also .NET applications such as Xamarin.Android, Xamarin.iOS, Windows Phone and Windows Store. The .NET client uses the System.Net.Http namespace to connect to a SignalR server.

How simple is it?

Let’s play!

top related