Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-10T00:11:23.000Z (8 months ago)
- Last Synced: 2024-08-04T01:05:39.436Z (4 months ago)
- Topics: component, crystal
- Language: Crystal
- Homepage: https://athenaframework.org/EventDispatcher/
- Size: 90.8 KB
- Stars: 13
- Watchers: 3
- 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
[![Common Changelog](https://common-changelog.org/badge.svg)](https://common-changelog.org)
[![CI](https://github.com/athena-framework/athena/workflows/CI/badge.svg)](https://github.com/athena-framework/athena/actions/workflows/ci.yml)
[![Latest release](https://img.shields.io/github/release/athena-framework/event-dispatcher.svg?style=flat-square)](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.