SignalR. Code, not toothpaste.
- Date: February 15, 2012 from 5:45PM to 7:00PM
- Day 2
- 246
- Speakers: Maarten Balliauw
- 7,314 Views
- 2 Comments
Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
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.
Already have a Channel 9 account? Please sign in
Follow the Discussion
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