2016-05-18 13:15:24Sindre Sorhus:
Add JavaScript Observables (#659)
> An Observable is a collection that arrives over time. Observables can be used to model push-based data sources such as events, timer intervals, asynchronous requests, and animations. Observables can be transformed, combined, and consumed using array-like methods.
https://github.com/sindresorhus/awesome-observables
readme.md ..
@@ 83,6 83,7 @@
- [AVA](https://github.com/sindresorhus/awesome-ava) - Test runner