Kefir
Kefir — is an FRP (functional reactive programming) library for JavaScript
inspired by Bacon.js
and RxJS
with focus on high perfomance and low memory usage.
It has nice Bacon.js like API
and RxJS's performance / memory usage characteristics (see memory test results).
For docs visit pozadi.github.io/kefir.
:construction: It still in alpha developnet stage. See Bacon.js API implementation status.
Tests
Run tests in your browser (gh-pages
branch)
Development
To build /dist
from /src
and run tests on Node.js type this in console:
grunt
To run memory tests:
node --expose-gc test-memory-usage.js