Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dustin/go-broadcast
A trivial channel pubsub I use in lots of projects.
https://github.com/dustin/go-broadcast
Last synced: 4 days ago
JSON representation
A trivial channel pubsub I use in lots of projects.
- Host: GitHub
- URL: https://github.com/dustin/go-broadcast
- Owner: dustin
- License: mit
- Created: 2013-02-24T22:14:38.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2024-06-28T03:14:01.000Z (6 months ago)
- Last Synced: 2024-12-06T22:10:56.908Z (18 days ago)
- Language: Go
- Homepage: http://godoc.org/github.com/dustin/go-broadcast
- Size: 13.7 KB
- Stars: 242
- Watchers: 6
- Forks: 36
- Open Issues: 4
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE
Awesome Lists containing this project
README
pubsubbing channels.
This project primarily exists because I've been copying and pasting
the exact same two files into numerous projects. It does work well,
though.See [the documentation][doc] for usage and examples.
[doc]: https://godoc.org/github.com/dustin/go-broadcast