

RxJS
»The Reactive Extensions for JavaScript (RxJS) is a set of libraries for composing asynchronous and event-based programs using observable sequences and fluent query operators that many of you already know by Array#extras in JavaScript.
Cost / License
- Free
- Open Source
Platforms
- Online
Features
Tags
RxJS News & Activities
Recent activities
RxJS information
What is RxJS?
»The Reactive Extensions for JavaScript (RxJS) is a set of libraries for composing asynchronous and event-based programs using observable sequences and fluent query operators that many of you already know by Array#extras in JavaScript. Using RxJS, developers represent asynchronous data streams with Observables, query asynchronous data streams using our many operators, and parameterize the concurrency in the asynchronous data streams using Schedulers. Simply put, RxJS = Observables + Operators + Schedulers.« – https://github.com/Reactive-Extensions/RxJS





Comments and Reviews
I'm investigating it for use with Feathers / vue