pubhub

v0.4.0
A simple publish-subscribe module.
event emitter dispatcher pubsub

PubHub

A simple pubsub module meant to facilitate a true messaging style of Object-Oriented programming. Through this architecture, objects subscribe for messages that they are interested in rather than manipulating other objects directly. This encourages a shared-nothing style where each object keeps track only of its own state.

Hub API

sub( message [, subscriber ] )

unsub( message, subscriber )

dispatch( message, payload )

npm i pubhub

Metadata

  • MIT
  • Whatever
  • Seth Bonnie
  • released 4/9/2015

Downloads

Maintainers