rkstreams

0.0.1-alpha • Public • Published

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.

Package Sidebar

Install

npm i rkstreams

Weekly Downloads

1

Version

0.0.1-alpha

License

none

Last publish

Collaborators

  • ajlopez