Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 459 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 459 Bytes

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