ASP.NET

W18 Build Real Time Websites and Apps with SignalR

10/08/2014

4:30pm - 5:45pm

Level: Intermediate

Rachel Appel

Senior Developer Evangelist

Microsoft

This session covers what you need to know to build a SignalR app that connects multiple clients instantaneously.

If you've ever wanted to build a highly responsive app that leverages a real-time communications library, then SignalR is for you! Real-time web functionality is the ability to have the server push messaging aggressively to the client, rather than relying on the client to make multiple and frequent requests. SignalR is a set of ASP.NET server and client libraries that you can use to build real time, scalable, websites and apps. You can use SignalR in both enterprise and consumer apps, and across platforms. This session covers what you need to know to build a SignalR app that connects multiple clients instantaneously.

You will learn:
  • How to use the SignalR libraries
  • About polling and real-time development techniques
  • About cross platform client connectivity