Entries:
Comments:
Posts:

Loading User Information from Channel 9

Something went wrong getting user information from Channel 9

Latest Achievement:

Loading User Information from MSDN

Something went wrong getting user information from MSDN

Visual Studio Achievements

Latest Achievement:

Loading Visual Studio Achievements

Something went wrong getting the Visual Studio Achievements

SignalR. Code, not toothpaste.

Embed code for this video

Copy the code above to embed our video on your website/blog.

Close

Video format

Option selected may change based on video formats available and browser capability.

Close

Download

Right click “Save as…”

Almost all HTML5 and web applications today make use of AJAX to communicate between client and server. AJAX is great with asynchronous operations, but what about real-time communication? How would you push a message from server to client? HTML5 WebSockets offer a solution to all of these questions but are not supported in every browser and every network environment. SignalR is the new cool kid on the block: it leverages WebSockets when supported and falls back to different mechanisms when they aren’t. In this session, I’ll show you where and how to use SignalR to create rich real-time applications in the browser. No toothpaste. Just code.

Follow the Discussion

  • DavidDavid

    You can have Websocket support on windows with nodejs

    and speaking of nodejs, you also have something called socket.io

  • That is correct! I would not use SignalR with nodjes as there's plenty of similar stuff for nodejs out there. But if you want a .NET stack, SignalR will do fine.

Remove this comment

Remove this thread

close

Comment on this Session

Already have a Channel 9 account? Please sign in