Skip to content

Instantly share code, notes, and snippets.

@cjbell
Created January 23, 2013 15:15
Show Gist options
  • Save cjbell/4607966 to your computer and use it in GitHub Desktop.
Save cjbell/4607966 to your computer and use it in GitHub Desktop.
Pub / sub #1
$.publish("/method", args);
$.subscribe("/method", function(){
// Executed on call of publish to /method
});
$.unsubscribe("/method"); // Stop listening
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment