Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vansante/go-event-emitter
event emitter library for golang
https://github.com/vansante/go-event-emitter
event event-emitter eventemitter events go golang
Last synced: about 5 hours ago
JSON representation
event emitter library for golang
- Host: GitHub
- URL: https://github.com/vansante/go-event-emitter
- Owner: vansante
- License: mit
- Created: 2017-04-01T07:44:51.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-06T10:36:46.000Z (over 5 years ago)
- Last Synced: 2024-06-19T05:36:30.496Z (5 months ago)
- Topics: event, event-emitter, eventemitter, events, go, golang
- Language: Go
- Homepage:
- Size: 30.3 KB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Go event emitter
Eventing library for easily emitting and listening to events. Listeners have the option to listen to a specific
event type or to any event being fired. You also have the option to add a trigger-once listener that automatically
removes itself after firing once.## Documentation
Take a look at the autogenerated documentation:
https://godoc.org/github.com/vansante/go-event-emitter