Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/etomyutikos/eventrouter
https://github.com/etomyutikos/eventrouter
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/etomyutikos/eventrouter
- Owner: Etomyutikos
- Created: 2017-03-21T20:17:27.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-21T20:26:21.000Z (almost 8 years ago)
- Last Synced: 2024-11-10T00:44:39.479Z (2 months ago)
- Language: Go
- Size: 17.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
**NOTE**: This repo is hosted on [gitlab.com](https://gitlab.com/etomyutikos/eventrouter) and mirrored to [github.com](https://github.com/oneymus/eventrouter). Import statements work for either, but all examples will refer to [gitlab.com](https://gitlab.com/etomyutikos/eventrouter).
# eventrouter
A simple event routing package. Handlers can `Subscribe` to events that will be `Publish`ed at some later date using simple prefix matching.
For package documentation, see [godoc.org](https://godoc.org/gitlab.com/etomyutikos/eventrouter) or [mirror](https://godoc.org/github.com/Oneymus/eventrouter).