Matthew Podwysowski
Asynchronous JavaScript at Netflix

Discussion: Issue #85

What’s does a mouse drag event have in common with an Array of numbers? The answer to this question may surprise you: they are both collections.

This key insight holds the key to dramatically simplifying asynchronous programming in JavaScript. In this talk you will learn how you can use the familiar JavaScript Array methods to create surprisingly expressive asynchronous programs.

Using just a few functions, you will learn how to do the following:

In this talk we’ll be exploring the Reactive Extensions (RxJS) library, which allows us to treat events as collections. You’ll learn about how Netflix uses Rx on the client and the server, allowing us to build end-to-end reactive systems. We’ll also contrast Rx with Promises, another popular approach to building asynchronous programs in JavaScript.

Join us any time and get to be a better coder!

Back