seneca-echo

0.3.0 • Public • Published

seneca-echo - a Seneca plugin

Seneca echo plugin.

This Seneca plugin provides a simple echo service. It is used as a test case and provides a simple example of a plugin. Cut and paste to create your own plugins!

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

Support

Current Version: 0.3.0

Tested on: Seneca 0.6.2

Build Status

Annotated Source

If you're using this module, and need help, you can:

Install

npm install seneca-echo

Quick example

require('seneca')()
  .use('echo')  // the seneca- prefix is optional
  .act('role:echo,foo:bar', function(err,out) {
    console.log(out.foo) // prints bar
  })

Development & Test

To test, use:

npm test

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.3.0
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.3.0
    2
  • 0.2.0
    5
  • 0.1.0
    28

Package Sidebar

Install

npm i seneca-echo

Weekly Downloads

35

Version

0.3.0

License

MIT

Last publish

Collaborators

  • rjrodger
  • wyatt