Skip to content

peterbourgon/ps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

Packages

 
 
 

Contributors