SignalR Introduction

10

Click here to load reader

description

The slide presentation

Transcript of SignalR Introduction

Page 1: SignalR Introduction

Brady Gasterblog: bradygaster.comtwitter: @bradygaster

Push Real-timeAsynchronous Clients

Introducing SignalR

Page 2: SignalR Introduction

So what [is SignalR]?A set of classes that use long-running HTTP connections on a variety of clients to enable as close to pretty darned near real-time as you can imagine in terms of the user experience

Page 3: SignalR Introduction

How do I get SignalR?NuGet. Where else?

Page 4: SignalR Introduction

How does SignalR work?If you want the source for SignalR or you want to contribute to it, it is an

active GitHub project led (pretty much) by David Fowler of Microsoft

(but SignalR isn’t an official Microsoft product, it’s an OSS project)

Page 5: SignalR Introduction

What does the community

think of SignalR?

How about the experts?

Page 6: SignalR Introduction

What do you do with push

technology these days, anyway?You could

always use it for

CHATTING!

Page 7: SignalR Introduction

So who wants to see SignalR in action?

Page 8: SignalR Introduction

First, meet the SignalR Hub.

Page 9: SignalR Introduction

Hiding somewhere a little deeper, is the Connection

Page 10: SignalR Introduction