By dotCore
via benmccormick.org
Submitted: Feb 14 2013 / 01:02
Publish-Subscribe is a pretty commonly used model for sending messages in software applications. Implementations can vary, from the very heavyweight setups of things like Java Message Service to much lighter methods. This is an example of a lightweight pubsub implementation for javascript.
Add your comment