Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

mu

apparatus112MIT2.0.5

A message-pattern based router for building distributed systems

microservices, mu, messaging, router, distributed

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][].