0.0.1-alpha • Published 11 years ago

redpython v0.0.1-alpha

Weekly downloads
7
License
-
Repository
github
Last release
11 years ago

RedPython

Simple beams (lightweight message streams for Node.js)

Installation

Via npm on Node:

npm install redpython

Usage

Reference in your program:

var redpython = require('redpython');

TBD

From command line:

TBD

Development

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

Samples

TBD

License

MIT

Inception

Inspired by https://github.com/darach/beam-js

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.