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: 3 months 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 8 years ago)
- Default Branch: master
- Last Pushed: 2019-03-06T10:36:46.000Z (over 6 years ago)
- Last Synced: 2025-04-14T00:57:23.731Z (6 months ago)
- Topics: event, event-emitter, eventemitter, events, go, golang
- Language: Go
- Homepage:
- Size: 30.3 KB
- Stars: 9
- Watchers: 1
- 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