seneca-msgstats

0.2.0 • Public • Published

seneca-msgstats

Node.js Seneca Message Statistics

This module is a plugin for the Seneca framework. It provides a message throughput statistics.

Build Status

NPM NPM

For a gentle introduction to Seneca itself, see the senecajs.org site.

If you're using this plugin module, feel free to contact me on twitter if you have any questions! :) @rjrodger

Current Version: 0.1.0

Tested on: Seneca 0.5.21, Node 0.10.31

Quick example

var seneca = require('seneca')();
seneca.use('msgstats');

Install

npm install seneca
npm install seneca-msgstats

Message Patterns

Foo.

  • role:msgstats, cmd:foo foo

Bar.

Options

seneca.use('msgstats', {
  foo:'bar'
});

Test

mocha test/*.test.js

Readme

Keywords

Package Sidebar

Install

npm i seneca-msgstats

Weekly Downloads

0

Version

0.2.0

License

MIT

Last publish

Collaborators

  • davidcahill
  • mcdonnelldean
  • rjrodger