alpha-cygnus / kefir

A Reactive Programming library for JavaScript

Home Page:http://rpominov.github.io/kefir

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kefir

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.

Build Status Dependency Status devDependency Status Gitter

Run tests in your browser (gh-pages branch, i.e. last stable version)

Installation

Kefir available as NPM and Bower packages, as well as simple files download.

NPM

npm install kefir

Bower

bower install kefir

Download

See downloads section in the docs.

Also available on jsDelivr.

Development

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

About

A Reactive Programming library for JavaScript

http://rpominov.github.io/kefir

License:MIT License


Languages

Language:CoffeeScript 40.7%Language:JavaScript 37.6%Language:HTML 19.0%Language:CSS 2.6%