UNPKG

mu

Version:

A message-pattern based router for building distributed systems

48 lines (34 loc) 1.33 kB
# mu A message-pattern based router for building distributed systems [![npm][npm-badge]][npm-url] [![travis][travis-badge]][travis-url] [![coveralls][coveralls-badge]][coveralls-url] [![david][david-badge]][david-url] - __Sponsor:__ [nearForm][sponsor] - __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](#install) * [API](#api) * [License](#license) ## Install To install mu, simply use npm, ```sh $ npm install mu ``` ## API To do.. ## License Copyright Peter Elger 2016 & Contributors, Licensed under [MIT][]. [travis-badge]: https://travis-ci.org/apparatus/mu.svg?branch=master [travis-url]: https://travis-ci.org/apparatus/mu [npm-badge]: https://badge.fury.io/js/mu.svg [npm-url]: https://npmjs.org/package/mu [logo-url]: https://raw.githubusercontent.com/apparatus/mu/master/assets/mu.png [coveralls-badge]: https://coveralls.io/repos/apparatus/mu/badge.svg?branch=master [coveralls-url]: https://coveralls.io/github/apparatus/mu?branch=master [david-badge]: https://david-dm.org/apparatus/mu.svg [david-url]: https://david-dm.org/apparatus/mu?path=packages/mu [sponsor]: http://nearform.com [MIT]: ./LICENSE