Skip to content

Latest commit

 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ps Go Reference GitHub Release Build Status

General purpose pub/sub for Go.

Create a Broker. Callers can Publish values to the broker, and clients can Subscribe with a channel that receives all published values which pass the provided allow func.

Publishing is best-effort; if a subscriber is slow or non-responsive, published values to that subscriber are dropped.

package pshttp provides an HTTP interface over a pub/sub broker.

About

Publish/subscribe utility

Topics

Resources

Stars

27 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages