Signalr and wp8

11

Click here to load reader

Transcript of Signalr and wp8

Page 1: Signalr and wp8

Real-time communication with

SignalR and WP8@NicoVermeir

Page 2: Signalr and wp8

Who am I?

@[email protected]

www.spikie.be

Page 3: Signalr and wp8

Buy my book!

Page 4: Signalr and wp8

Agenda

• What is SignalR?• What does it do?• Where is it used?• Demo• Take aways• Q&A

Page 5: Signalr and wp8

What is SignalR?

• Asp.net library• Client –Server two way communication• Leverages HTML5 WebSockets

• Fallback to other tech where not available

• Lots of platforms already supported• Windows Phone 8• Windows 8• Silverlight 5• Jquery• .NET 4.5

• More coming• https://github.com/SignalR/SignalR

Page 6: Signalr and wp8

What does it do?

• Connect/disconnect events• Grouping• Client – server connectivity

Page 7: Signalr and wp8

Where is it used?

• Jabbr• Shootr• Goeleven.com• https://github.com/SignalR/SignalR/wiki/Projects-Using-SignalR

(22 and counting)• Other possibilities• Multiplayer games• Anywhere polling is used

Page 8: Signalr and wp8

DEMO

Page 9: Signalr and wp8

Take aways

• Easy to use• Yet very powerful• Lots of client platforms• Very active development• Open source

Page 10: Signalr and wp8

Q&A

Page 11: Signalr and wp8