An open API service indexing awesome lists of open source software.

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

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