Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/montag451/go-eventbus
- Owner: montag451
- License: mit
- Created: 2022-09-08T17:49:37.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-09-25T14:09:40.000Z (over 1 year ago)
- Last Synced: 2024-06-21T15:46:03.265Z (7 months ago)
- Topics: broker, bus, event, event-broker, event-bus, eventbus, go, golang, message-broker, message-bus, pub-sub, pubsub
- Language: Go
- Homepage:
- Size: 150 KB
- Stars: 6
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)