Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 426 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 426 Bytes

Varto Pub Sub Manager

  • A go module for managing connections, subscriptions and publishing messages to subscribers.
  • You can use this with any messaging service as long as if you provide a connection type that implements the Connection interface.

Example Usage