Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 298 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 298 Bytes

Broker

The broker is an interface for PubSub.

Contents

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