Skip to content

Latest commit

 

History

History

broker

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Broker

Contents

  • main.go - demonstrates simple runs pub-sub as two go routines running for 10 seconds.
  • producer - publishes messages to the broker every second
  • consumer - consumes any messages sent by the producer