Socket
Book a DemoInstallSign in
Socket

broadcaster

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

broadcaster

Singleton event emitter for inter-application communication.

1.0.10
latest
Source
npmnpm
Version published
Weekly downloads
71
-57.99%
Maintainers
1
Weekly downloads
 
Created
Source

broadcaster logo

Singleton event emitter for inter-application communication. Just require to have the same instance across your application.

Usage

To run the tests:

$ npm install broadcaster
$ make test
$ open http://localhost:3000

And when ready to use:

$ make build

Ready for usage with RequireJS and Ender.

var broadcaster = require('broadcaster');

/**
 * Register a listener.
 */

broadcaster.on('some:event', function(a, b, c, d) {
  // Do something because some:event occured.
});

/**
 * Now lets emit an event.
 */

broadcaster.emit('some:event', 1, 2, 3, 4);

Keywords

events

FAQs

Package last updated on 25 Jan 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.