mu
v2.0.5
Published
A message-pattern based router for building distributed systems
Downloads
846
Readme
Mu
- 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.
npm install mu
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.