seneca-msgstats
v0.2.0
Published
Seneca message statistics.
Downloads
3
Readme
seneca-msgstats
Node.js Seneca Message Statistics
This module is a plugin for the Seneca framework. It provides a message throughput statistics.
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