rkstreams
v0.0.1-alpha
Published
Simple reactive streams, with post object, merge, map, branch, etc..., WIP
Maintainers
Readme
RkStreams
Simple reactive streams, with post object, merge, map, branch, etc..., WIP
Installation
Via npm on Node:
npm install rkstreamsYou 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 testSamples
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.
