Socket
Socket
Sign inDemoInstall

kefir

Package Overview
Dependencies
Maintainers
1
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kefir

FRP library for JavaScript inspired by Bacon.js and RxJS with focus on high performance and low memory consumption


Version published
Weekly downloads
61K
increased by23.62%
Maintainers
1
Weekly downloads
 
Created
Source

Kefir

Kefir — is an FRP (functional reactive programming) library for JavaScript inspired by Bacon.js and RxJS with focus on high performance and low memory usage. It has nice Bacon.js like API and RxJS's performance / memory usage characteristics.

For docs visit pozadi.github.io/kefir.

:construction: It still in alpha developnet stage. See Bacon.js API implementation status.

Tests

Build Status

Testling

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:

coffee --nodejs '--expose-gc' test/perf/memory-specs/[some spec].coffee

To run all memory tests (see results):

coffee --nodejs '--expose-gc' test/perf/memory-all.coffee

To run performance tests:

coffee test/perf/benchmarks/[some spec].coffee

To run all performance tests:

coffee test/perf/all-benchmarks.coffee

Keywords

FAQs

Package last updated on 08 Jun 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc