SlideShare uses cookies to improve functionality and performance, and to provide you with relevant advertising. If you continue browsing the site, you agree to the use of cookies on this website. See our User Agreement and Privacy Policy.
SlideShare uses cookies to improve functionality and performance, and to provide you with relevant advertising. If you continue browsing the site, you agree to the use of cookies on this website. See our Privacy Policy and User Agreement for details.
Successfully reported this slideshow.
Activate your 14 day free trial to unlock unlimited reading.
1.
Local Touch – Global Reach
Intro to SignalR + Awesome Mobile Possibilities!
Samidip Basu
Solutions Lead | MSFT Mobility
Email: Samidip.Basu@us.sogeti.com
Twitter: @samidip
Blog: http://samidipbasu.com
Sogeti USA
8425 Pulsar Place, Suite 300 | Columbus, OH 43240.
www.us.sogeti.com
www.us.sogeti.com
2.
Why do we need real-time?
New email
Twitter/Facebook updates
Stock Ticker/Live Auctions
Game Scores
Real-time Notifications
Turn-by-Turn or Shooter Games
Collaboration
Progress Bars
And obviously, Chat
3.
Existing Technologies
HTTP – purely Request/Response protocol
Internet – stateless; servers don’t call your app back
Consumption model .. But we’ve learnt tricks
Periodic/Ajax Polling – not real-time, bandwidth misuse
Image courtesy
@maartenballiauw
4.
Existing Technologies ..
Contd. plugins like SL/Flash – to access sockets
Use
Native Web Sockets (Magic Unicorn world) – but low level & support flaky
Long Polling – server does not respond unless X happens,
client polls after data receive or time-out
Forever Frame (execute script blocks from server in iFrame)
Server sent Events (Push or Stream from server)
Image courtesy
@maartenballiauw
5.
Enter SignalR
An async, persistent connection/signalling library for .NET over HTTP ... aids in
building real time, multi-user connected applications.
Persistent client-server connection over best transport .. Abstracts away the
transport layer.
From ASP.NET team-members (Damian Edwards & David Fowler) ..
Not officially MSFT product, but OSS Boom!
https://github.com/SignalR/SignalR
http://jabbr.net/#/rooms/signal
http://shootr.signalr.net/
SignalR is broken up into a few packages on NuGet:
SignalR - Package for SignalR.Server and SignalR.Js
SignalR.Server - Server components needed for SignalR endpoints
SignalR.Js - Javascript client for SignalR
SignalR.Client - .NET client for SignalR
SignalR.WP7, SignalR.WinRT, SignalR.Silverlight – For the cool folks
SignalR.WebSockets - WebSocket Transport for SignalR
6.
Live Demos & Walkthrough
Client calls server; Server calls client; seamlessly – Whoa!
No polling, at least in our code
Low level – PersistentConnection
more control
Abstraction – Hub
easier to use
like spokes on a wheel, broadcasting
Server maintains Clients .. Broadcast to all, group or individual clients
Built-in Retry logic if transport fails
Supports scaling out to web farms - backplane support through Service
Bus or Redis (in memory DB) to pump messages between multiple
servers
7.
Where does this fit?
Other technologies have solved this problem
Socket.IO is a client-side Jscript library that talks to node.js
Nowjs supports namespace sync between client-server
Primary SignalR advantages
→ Simplicity & ease of use
→ Works natively in .NET
→ Works out of browser
→ Supports Web Sockets for best transport
[ASP.NET 4.5/IIS 8 on Win8 only]
WebSocket is a web technology providing for multiplexing bi-directional, full-duplex
communications channels over a single TCP connection. Still being standardized.
→ Works on other platforms, specially mobile
8.
SignalR Client for iOS
http://dyknow.github.com/SignalR-ObjC/
9.
SignalR Client for Mono
http://blog.rthand.com/post/2012/03/14/SignalR-client-on-Mono-for-Android.aspx
10.
Local Touch – Global Reach
Questions?
Thank you !!
@samidip
www.us.sogeti.com
0 likes
Be the first to like this
Views
Total views
1,880
On SlideShare
0
From Embeds
0
Number of Embeds
2
You have now unlocked unlimited access to 20M+ documents!
Unlimited Reading
Learn faster and smarter from top experts
Unlimited Downloading
Download to take your learnings offline and on the go
You also get free access to Scribd!
Instant access to millions of ebooks, audiobooks, magazines, podcasts and more.
Read and listen offline with any device.
Free access to premium services like Tuneln, Mubi and more.