Wrapping Up

In this chapter we’ve used RxJS to create a reactive user interface that allows us to see different kinds of data about earthquakes happening on the planet in real time. We’ve used RxJS both in the browser client and in the Node.js server, showing how easy it is to use Observables to manage different areas of an application.

More importantly, we’ve seen that we can use RxJS in the same way on the client and on the server, bringing the Observable sequence abstraction everywhere in our application. And not only that. We could actually use RxJS concepts and operators across other programming languages, since RxJS is supported in many of them.

Next we’ll look at Schedulers, a more advanced object type in RxJS that allows us to control ...

Get Reactive Programming with RxJS now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.