Top Banner
Real-Time Cross-Platform App with SignalR and Xamarin Sylwester Wieczorkowski
12

Xamarin - SignalR - Presented at Xamarin meeting in Hilversum

Jan 11, 2017

Download

Software

Leaware.com
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Xamarin - SignalR - Presented at Xamarin meeting in Hilversum

Real-Time Cross-Platform App with SignalR and Xamarin

Sylwester Wieczorkowski

Page 2: Xamarin - SignalR - Presented at Xamarin meeting in Hilversum

Take your mobile strategy and apps to the next level

Page 3: Xamarin - SignalR - Presented at Xamarin meeting in Hilversum

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.

Page 4: Xamarin - SignalR - Presented at Xamarin meeting in Hilversum
Page 5: Xamarin - SignalR - Presented at Xamarin meeting in Hilversum

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.

Page 6: Xamarin - SignalR - Presented at Xamarin meeting in Hilversum
Page 7: Xamarin - SignalR - Presented at Xamarin meeting in Hilversum

How simple is it?

Page 8: Xamarin - SignalR - Presented at Xamarin meeting in Hilversum
Page 9: Xamarin - SignalR - Presented at Xamarin meeting in Hilversum
Page 10: Xamarin - SignalR - Presented at Xamarin meeting in Hilversum
Page 11: Xamarin - SignalR - Presented at Xamarin meeting in Hilversum
Page 12: Xamarin - SignalR - Presented at Xamarin meeting in Hilversum

Let’s play!