https://github.com/kylewelsby/action-cable-bunny
ActionCable RabbitMQ adapter using Bunny
https://github.com/kylewelsby/action-cable-bunny
actioncable bunny rabbitmq rails ruby-on-rails
Last synced: about 1 month ago
JSON representation
ActionCable RabbitMQ adapter using Bunny
- Host: GitHub
- URL: https://github.com/kylewelsby/action-cable-bunny
- Owner: kylewelsby
- License: mit
- Created: 2019-07-16T12:54:03.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-28T02:15:04.000Z (almost 5 years ago)
- Last Synced: 2025-01-20T15:21:19.836Z (3 months ago)
- Topics: actioncable, bunny, rabbitmq, rails, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 48.8 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# ActionCable Bunny
🚧 RabbitMQ adabter for ActionCable using Bunny gem
## Installation
Add this line to your application's Gemfile:
```ruby
gem 'action-cable-bunny'
```And then execute:
```bash
bundle
```## Usage
```yaml
# config/cable.yml
bunny: &bunny
adapter: bunny
production: *bunny
development: *bunny```
## Development
After checking out the repo, run `bundle install` to install dependencies. Then, run `bundle exec rake` to run the tests.
## Contributing
Bug reports and pull requests are welcome on GitHub at [github.com/kylewelsby/action-cable-bunny](https://github.com/kylewelsby/action-cable-bunny). This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
## Code of Conduct
Everyone interacting in the project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/kylewelsby/action-cable-bynny/blob/master/CODE_OF_CONDUCT.md).
## License
The gem is available as open source under the terms of the [MIT License](./LICENSE).