/rxjs-trial-02

Simple RxJs trial to replace Promise

Primary LanguageJavaScript

RxJs Trial: 02


A simple RxJs trial to replace Promises. Demonstrates how Observable can be disposed too.

single-async.js handles a single async process. multiple-async.js takes 3 async processes and waits for all to complete before calling complete.

Installation

npm install

Running

npm start (runs both)