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.
License model
- Free • Open Source
Platforms
- Online
Features
Tags
RxJS News & Activities
Recent activities
RxJS information
AlternativeTo Category
Education & ReferenceGitHub repository
- 19,482 Stars
- 2,102 Forks
- 286 Open Issues
- Updated Apr 18, 2018 (Archived)
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