ReactiveX - An API for asynchronous programming with observable streams

Anyone looked into this?

The Observer pattern done right
ReactiveX is a combination of the best ideas from
the Observer pattern, the Iterator pattern, and functional programming

ReactiveX is more than an API, it’s an idea and a breakthrough in programming. It has inspired several other APIs, frameworks, and even programming languages.

URL: http://reactivex.io

Languages: ReactiveX - Languages

Reactive Extensions for Ruby: GitHub - ReactiveX/RxRuby: Reactive Extensions for Ruby
RxJava bindings for JRuby: GitHub - ReactiveX/RxJRuby: RxJava bindings for JRuby

I’ve used RxJS before, but I haven’t tried the Ruby variation.

1 Like