Awesome Go

pubsub

CategoryMessaging
SubcategoryMessaging
Stars0

Simple pubsub package for go

About pubsub

PkgGoDev

Package pubsub implements a simple multi-topic pub-sub library.

Install pubsub with,

go get github.com/cskr/pubsub/v2

Use of this module is governed by a BSD-style license that can be found in the LICENSE file.

Frequently Asked Questions

What is pubsub?

pubsub is a Messaging library for the Go programming language. Simple pubsub package for go

How do I install pubsub?

Install pubsub with the Go module system using `go get tuxychandru/pubsub`. Check the repository for the current installation instructions.

What category does pubsub belong to?

pubsub is listed under Messaging, specifically Messaging.

← Back to Messaging