proxy.golang.org : github.com/tmaxmax/hub
Package hub provides primitives for working with the publish-subscribe messaging model. All the types are Go channels, so the usage is identical to theirs. The pattern is simple: publish messages to given topics. To do this a series of commands are sent to the Hub, which is a plain channel, commands that are executed afterwards. Most commands take topics as parameters, but if the topics are not specified a default topic (a topic identified by the nil interface) is used.
Registry
-
Source
- Documentation
- JSON
purl: pkg:golang/github.com/tmaxmax/hub
Keywords:
go
, observer
, observer-pattern
, publish-subscribe
, pubsub
License: MIT
Latest release: almost 4 years ago
First release: almost 4 years ago
Namespace: github.com/tmaxmax
Stars: 0 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 23 days ago