Skip to content

metinorak/varto

Repository files navigation

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