https://github.com/athena-framework/event-dispatcher
A Mediator and Observer pattern event library
https://github.com/athena-framework/event-dispatcher
component crystal
Last synced: 19 days ago
JSON representation
A Mediator and Observer pattern event library
- Host: GitHub
- URL: https://github.com/athena-framework/event-dispatcher
- Owner: athena-framework
- License: mit
- Created: 2019-11-13T00:00:25.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-01-26T20:38:30.000Z (3 months ago)
- Last Synced: 2025-04-15T18:03:35.806Z (24 days ago)
- Topics: component, crystal
- Language: Crystal
- Homepage: https://athenaframework.org/EventDispatcher/
- Size: 57.6 KB
- Stars: 14
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-crystal - Athena Event Dispatcher - A Mediator and Observer pattern event library (Framework Components)
README
# Event Dispatcher
[](https://common-changelog.org)
[](https://github.com/athena-framework/athena/actions/workflows/ci.yml)
[](https://github.com/athena-framework/event-dispatcher/releases)A [Mediator](https://en.wikipedia.org/wiki/Mediator_pattern) and [Observer](https://en.wikipedia.org/wiki/Observer_pattern) pattern event library.
## Getting Started
Checkout the [Documentation](https://athenaframework.org/EventDispatcher).
## Contributing
Read the general [Contributing Guide](./CONTRIBUTING.md) for information on how to get started.