Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/athena-framework/messenger
https://github.com/athena-framework/messenger
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/athena-framework/messenger
- Owner: athena-framework
- License: mit
- Created: 2022-03-19T22:45:27.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-11T00:48:53.000Z (6 months ago)
- Last Synced: 2024-05-11T01:38:25.072Z (6 months ago)
- Language: Crystal
- Size: 60.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Messenger
[![CI](https://github.com/athena-framework/messenger/workflows/CI/badge.svg)](https://github.com/athena-framework/messenger/actions?query=workflow%3ACI)
[![Latest release](https://img.shields.io/github/release/athena-framework/messenger.svg)](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