npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

bus-component

0.0.1

@tjholowaychuk

npmSnykSocket
Downloads:7
$ npm install bus-component
DailyWeeklyMonthlyYearly

Bus

Application-wide event bus component (a Singleton Emitter).

Installation

$ npm install bus-component

API

var bus = require('bus');
bus.emit('stuff');