ReactiveX / RxPHP

Reactive extensions for PHP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to use the demos?

geoidesic opened this issue · comments

This may be a stupid question – but what exactly am I supposed to get from the demos?
Each demo contains two files... loading each in the browser gives the same static result.
I'm left just feeling bemused. There's little documentation and the demo's shed no light for me at all on what this all is nor how to make use of it.

There's also a docs folder but browsing to any of those just shows a blank page.

@geoidesic If you run php demo/average/average.php from the cli, the output will match demo/average/average.php.expect

The doc folder is there for auto doc generation for http://reactivex.io/documentation/operators.html, which is also where you can find more documentation.