Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/montag451/go-eventbus

A simple event bus for Go
https://github.com/montag451/go-eventbus

broker bus event event-broker event-bus eventbus go golang message-broker message-bus pub-sub pubsub

Last synced: 2 months ago
JSON representation

A simple event bus for Go

Awesome Lists containing this project

README

        

# Description #

The `eventbus` package provides a simple event bus for Go. It
features:
- async/sync publishing
- flexible event matching mechanism (exact match, wildcard, regex, ...)

# Usage #

See [eventbus_example_test.go](eventbus_example_test.go) for an example of how to use this package

# Documentation #

You can find the documentation of the package [here](https://pkg.go.dev/github.com/montag451/go-eventbus)