0.0.1 • Published 7 years ago

rifi v0.0.1

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

rifi

The distributed module system

Installation

npm install rifi --save

Tests

npm install
npm test

Dependencies

  • rifi-bundle: The bundling part of rifi, the distributed module system
  • rifi-exports: The exporting part of rifi, the distributed module system
  • rifi-load: The loading part of rifi, the distributed module system
  • rifi-render: The server-side rendering part of rifi, the distributed module system
  • rifi-sync: The synchronizing part of rifi, the distributed module system
  • upring: application-level sharding on node.js streams

Dev Dependencies

  • pino: super fast, all natural json logger
  • proxyquire: Proxies nodejs require in order to allow overriding dependencies during testing.
  • tap: A Test-Anything-Protocol library
  • through2: A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise

License

MIT