NanoQueue Example

This example will show how to use NanoQueue to decouple your components, or allow different modules, which are not aware of each other, to communicate through messages. This will allow you, or the community at large, to create some standard or commonly named messages one can publish or subscribe to.

Use the components below to demonstrate the messages being sent.

Module A

I'm publishing to the topic "calendar.data.new"!

				
Loading ...	
				
			

Module B

I'm listening for the topic "calendar.data.new"!

Still waiting...
				
Loading ...