Skip to content

Instantly share code, notes, and snippets.

@jaredfaris
Last active January 3, 2016 17:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jaredfaris/8494570 to your computer and use it in GitHub Desktop.
Save jaredfaris/8494570 to your computer and use it in GitHub Desktop.
Real-Ttime for Fun and Sockets

Real-Time For Fun And Sockets

Web applications have always needed real-time communication but developers haven't had an elegant way to make it happen. At last, all major browsers support WebSockets, a modern real-time protocol. If you're wanting to plot a chart in real-time, update a user as things happen or otherwise prevent them from having to constantly hit refresh, you need real-time communication. This talk will break down how tools like SockJS and ASP.NET SignalR make it easy to add this real-time channel to any application. It will compare both the server and client sides of things and get into some new complexities that WebSockets add to the mix. You'll leave this talk wanting to rebuild how Eventbrite ticket sales go live and burn any computer running an old browser.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment