RxJS stands for Reactive Extensions for JavaScript, which is a the javascript implementation of ReactiveX API. It brings the concept of "reactive programming" to the JavaScript applications for composing asynchronous and event-based programs by using observable sequences.