0.4.0 • Published 9 years ago

pubhub v0.4.0

Weekly downloads
6
License
MIT
Repository
github
Last release
9 years ago

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 )