0.0.1-alpha • Published 8 years ago

rkstreams v0.0.1-alpha

Weekly downloads
6
License
-
Repository
github
Last release
8 years ago

RkStreams

Simple reactive streams, with post object, merge, map, branch, etc..., WIP

Installation

Via npm on Node:

npm install rkstreams

You can include lib/rkstreams.js directly into your HTML page. It declares the sl namespace.

Usage

Reference in your Node.js program:

var rks = require('rkstreams');

TBD

Development

git clone git://github.com/ajlopez/RkStreams.git
cd RkStreams
npm install
npm test

Samples

TBD

Versions

TBD

Contribution

Feel free to file issues and submit pull requests � contributions are welcome.

If you submit a pull request, please be sure to add or update corresponding test cases, and ensure that npm test continues to pass.