June 2017
Intermediate to advanced
536 pages
9h 49m
English
Originally developed by Microsoft for the .NET platform, a set of libraries named ReactiveX (reactive extensions) is available at http://reactivex.io. ReactiveX allows us to write asynchronous and event-based programs using observable sequences. They do so by abstracting away low-level concerns such as non-blocking I/O, which we will talk about later. Over time, several programming languages made their own implementations of ReactiveX, following a nearly identical design pattern. The PHP implementation, named RxPHP, can be downloaded from https://github.com/ReactiveX/RxPHP:

Read now
Unlock full access