pubhub

v0.3.2
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 )

Metadata

  • MIT
  • Whatever
  • Seth Bonnie
  • released 3/3/2015

Downloads

Maintainers