mu

A message-pattern based router for building distributed systems

Usage no npm install needed!

<script type="module">
  import mu from 'https://cdn.skypack.dev/mu';
</script>

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.