Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/etomyutikos/eventrouter


https://github.com/etomyutikos/eventrouter

Last synced: 4 days ago
JSON representation

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).