$ npm install bus
Application-wide event bus component (a Singleton Emitter).
Emitter
var bus = require('bus'); bus.emit('stuff');