- 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.
- You can checkout this repository: metinorak/wspubsubserver for a working example of how to use this module.