Kefir — is an Reactive Programming library for JavaScript inspired by Bacon.js and RxJS with focus on high performance and low memory usage.
For docs visit rpominov.github.io/kefir. See also Deprecated API docs.
Run tests in your browser (gh-pages
branch, i.e. last stable version)
Kefir available as NPM and Bower packages, as well as simple files download.
npm install kefir
bower install kefir
See downloads section in the docs.
Also available on jsDelivr.
To build all the things: /dist
, docs, tests for browser, etc. run:
grunt
grunt bower # to also install bower packages which needed for docs
To run tests:
npm test