JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 77
  • Score
    100M100P100Q64543F
  • License MIT

A message based router for building distributed systems

Package Exports

  • mu

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (mu) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Mu

npm travis coveralls david

  • Sponsor: nearForm
  • Status: Experimental

Mu is a message based router for building distributed systems. It allows messages to be routed and handled across various transports. Mu is aggressively light weight to ensure ease of use and speed of execution.

Install

To install mu, simply use npm,
npm install mu

Testing, linting, coverage

  • npm run test - to run tests.
  • npm run lint - to lint the code.
  • npm run coverage - To run and open a coverage report.
  • npm run check - To run all of the above.

Note: This module uses precommit to run check on each commit.

API

To do..

License

Copyright Peter Elger 2016, Licensed under [MIT][].