https://github.com/athena-framework/messenger
https://github.com/athena-framework/messenger
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/athena-framework/messenger
- Owner: athena-framework
- License: mit
- Created: 2022-03-19T22:45:27.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-11T00:48:53.000Z (about 2 years ago)
- Last Synced: 2025-07-18T14:59:15.865Z (11 months ago)
- Language: Crystal
- Size: 68.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Messenger
[](https://github.com/athena-framework/messenger/actions?query=workflow%3ACI)
[](https://github.com/athena-framework/messenger/releases)
Helps applications send and receive messages to/from other applications or via message queues.
## Installation
1. Add the dependency to your `shard.yml`:
```yaml
dependencies:
athena-messenger:
github: athena-framework/messenger
version: ~> 0.1.0
```
2. Run `shards install`
## Documentation
If using the component on its own, checkout the [API documentation](https://athenaframework.org/Messenger).
If using the component as part of Athena, also checkout the [external documentation](https://athenaframework.org/components/messenger).
## Contributing
1. Fork it (https://github.com/athena-framework/messenger/fork)
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request
## Contributors
- [George Dietrich](https://github.com/blacksmoke16) - creator and maintainer