https://github.com/go-x-pkg/hub
broadcast message over golang chans
https://github.com/go-x-pkg/hub
broadcast chan go
Last synced: 5 months ago
JSON representation
broadcast message over golang chans
- Host: GitHub
- URL: https://github.com/go-x-pkg/hub
- Owner: go-x-pkg
- License: mit
- Created: 2019-12-04T12:24:18.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T08:39:37.000Z (over 2 years ago)
- Last Synced: 2025-05-10T23:32:08.478Z (about 1 year ago)
- Topics: broadcast, chan, go
- Language: Go
- Size: 11.7 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hub
[![GoDev][godev-image]][godev-url]
[![Build Status][build-image]][build-url]
[![Coverage Status][coverage-image]][coverage-url]
[![Go Report Card][goreport-image]][goreport-url]
Golang chan broadcasting library.
See [original stackoverflow answer](https://stackoverflow.com/a/49877632).
[godev-image]: https://img.shields.io/badge/go.dev-reference-5272B4?logo=go&logoColor=white
[godev-url]: https://pkg.go.dev/github.com/go-x-pkg/hub
[build-image]: https://travis-ci.com/go-x-pkg/hub.svg?branch=master
[build-url]: https://travis-ci.com/go-x-pkg/hub
[coverage-image]: https://coveralls.io/repos/github/go-x-pkg/hub/badge.svg?branch=master
[coverage-url]: https://coveralls.io/github/go-x-pkg/hub?branch=master
[goreport-image]: https://goreportcard.com/badge/github.com/go-x-pkg/hub
[goreport-url]: https://goreportcard.com/report/github.com/go-x-pkg/hub