noder-eventemitter2

1.0.2 • Public • Published

noder-eventemitter2

Actual version published on NPM

Plugin for Noder.io that provides the module eventemitter2 in the API (noder object) and/or $di container.

Install

npm install --save noder-eventemitter2

Usage

noder.use('noder-eventemitter2')

To add eventemitter2 in your API

noder.$di.get('EventEmitterFactory');
 
// now, your API is an event emitter
noder.emit('event')

To add eventemitter2 in the $di container

noder.$di.get('EventEmitterDiFactory');
 
// now, your $di container is an event emitter
noder.$di.emit('event')

See the doc of eventemitter2 📘

Unit Tests

This plugin is fully tested with Unit.js and Mocha.

License

MIT (c) 2013, Nicolas Tallefourtane.

Author

Nicolas Tallefourtane - Nicolab.net
Nicolas Talle
Make a donation via Paypal

Package Sidebar

Install

npm i noder-eventemitter2

Weekly Downloads

7

Version

1.0.2

License

none

Last publish

Collaborators

  • nicolab