RxJS
Not recently used
Visit Website
A library for reactive programming using Observables
I wrote an article about rate limiting in RxJS and use it extensively with Angular.
RxJS is a library for composing asynchronous and event-based programs by using observable sequences. It provides one core type, the Observable, satellite types (Observer, Schedulers, Subjects) and operators inspired by Array methods to allow handling asynchronous events as collections.