0.2.0 • Published 9 years ago

seneca-msgstats v0.2.0

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

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
0.2.0

9 years ago

0.1.5

9 years ago

0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

10 years ago