Skip to content

Initial pubsub with base usage

Compare
Choose a tag to compare
@griffithtp griffithtp released this 10 May 22:04
· 6 commits to master since this release

Basic features include

Subscribing

subscribe(topic, callbackFunction);

Publishing

publish(topic, message);

Unsubscribe

unsubscribe(topic);