Popularity
3.3
Declining
Activity
4.4
Declining
14
2
0
Programming language: Crystal
License: MIT License
Tags:
Framework Components
Latest version: v0.1.2
Athena Event Dispatcher alternatives and similar shards
Based on the "Framework Components" category.
Alternatively, view Athena Event Dispatcher alternatives based on common mentions on social networks and blogs.
-
motion.cr
Motion is a framework for building reactive, real-time frontend UI components in your Amber application using pure Crystal that are reusable, testable & encapsulated. -
mochi
Mochi is a authentication shard inspired by devise. Mochi is designed for the Amber framework with support for both Granite & Jennifer ORM's.
InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
Promo
influxdata.com

Do you think we are missing an alternative of Athena Event Dispatcher or a related project?
README
Event Dispatcher
A Mediator and Observer pattern event library.
Installation
- Add the dependency to your
shard.yml
:
dependencies:
athena-event_dispatcher:
github: athena-framework/event-dispatcher
- Run
shards install
Documentation
If using the component on its own, checkout the API documentation. If using the component as part of Athena, also checkout the external documentation.
Contributing
- Fork it (https://github.com/athena-framework/event-dispatcher/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
Contributors
- Blacksmoke16 - creator and maintainer