0.0.1 • Published 7 years ago

rifi-render v0.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

rifi-render

The server-side rendering part of rifi, the distributed module system

Installation

npm install rifi-render --save

Tests

npm install
npm test

Dependencies

  • callback-stream: A pipeable stream that calls your callback
  • nodepack: pack browserify bundles for node
  • pump: pipe streams together and close all of them if one of them closes
  • rifi-load: The loading part of rifi, the distributed module system
  • through2: A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise

Dev Dependencies

  • tap: A Test-Anything-Protocol library

License

MIT