8000 GitHub - peterbourgon/ps: Publish/subscribe utility
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

peterbourgon/ps

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

No packages published
0