Skip to content

ruizu/go-broadcast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Golang Broadcast

Documentation

This library broadcast copies of a message to the subscribers locally.

Use case example:

You're creating a bidirectional stream app, and your app needs to broadcast a message to all the connected clients.

To use this library:

go get -u github.com/ruizu/go-broadcast/broadcast

Releases

No releases published

Packages

No packages published

Languages