8000 GitHub - crunchloop/action-cable-bunny: ActionCable RabbitMQ adapter using Bunny
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

crunchloop/action-cable-bunny

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
< 8000 svg aria-hidden="true" focusable="false" class="octicon octicon-file color-fg-muted" viewBox="0 0 16 16" width="16" height="16" fill="currentColor" display="inline-block" overflow="visible" style="vertical-align:text-bottom">
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ActionCable Bunny

🚧 RabbitMQ adabter for ActionCable using Bunny gem

Installation

Add this line to your application's Gemfile:

gem 'action-cable-bunny'

And then execute:

bundle

Usage

# 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. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant 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.

License

The gem is available as open source under the terms of the MIT License.

About

ActionCable RabbitMQ adapter using Bunny

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%
0