Thanks to visit codestin.com
Credit goes to github.com

Skip to content
/ go-bus Public

Simple Golang pub/sub implementation

re-cinq/go-bus

Repository files navigation

Build

build

go-bus

It's a very simple pub sub implementation for Golang which allows to build an
event driven architecture around it, by having handlers subscribing to specific topics and sending events of a specific topic to the bus.

When an even of a specific topic is published to bus the bus loads all the subscribers and calls the Apply method of each subscriber and passes the event to it.
This all happens in parallel

Example

See the example folder

About

Simple Golang pub/sub implementation

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages