Monday, July 4, 2016

Introduction to Reactive programming with Rxjs and Angular 2

Reactive Extensions for JavaScript (RxJS) is a reactive streams library that allows you to work with asynchronous data streams. RxJS can be used both in the browser or in the server-side using Node.js. we are going to introduce RxJS basic concepts and how we can use them with AngularJS.
Slides can be found at:http://cvuorinen.github.io/reactive-programming-slides


No comments:

Post a Comment