https://github.com/anycable/anycable-rails
AnyCable for Ruby on Rails applications
https://github.com/anycable/anycable-rails
actioncable anycable rails
Last synced: about 1 month ago
JSON representation
AnyCable for Ruby on Rails applications
- Host: GitHub
- URL: https://github.com/anycable/anycable-rails
- Owner: anycable
- License: mit
- Created: 2017-01-22T15:49:46.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2025-03-25T22:23:12.000Z (3 months ago)
- Last Synced: 2025-04-15T03:37:17.714Z (2 months ago)
- Topics: actioncable, anycable, rails
- Language: Ruby
- Homepage: https://anycable.io
- Size: 585 KB
- Stars: 508
- Watchers: 12
- Forks: 37
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: MIT-LICENSE
Awesome Lists containing this project
README
[](https://rubygems.org/gems/anycable)
[](https://github.com/anycable/anycable-rails/actions)
[](https://docs.anycable.io/rails/getting_started)# AnyCable SDK for Ruby on Rails
[AnyCable](https://github.com/anycable/anycable) is an open-source language-agnostic realtime server for reliable two-way communication over WebSockets and SSE.
This repository contains code for AnyCable Rails SKD that allows you to use AnyCable as a drop-in replacement for Action Cable.๐ [Website](https://anycable.io) ยท ๐ [Documentation](https://docs.anycable.io/rails/getting_started) ยท ๐พ [Example Rails Application](https://github.com/anycable/anycable_rails_demo)
## Quick Start
Add `anycable-rails` gem to your Gemfile:
```ruby
gem "anycable-rails"
```Then run our interactive setup command:
```sh
bundle exec rails g anycable:setup
```Learn more [here](https://docs.anycable.io/rails/getting_started).
## Contributing
Bug reports and pull requests are welcome on GitHub at [https://github.com/anycable/anycable-rails](https://github.com/anycable/anycable-rails).
## License
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
## Security Contact
To report a security vulnerability, please contact us at `[email protected]`. We will coordinate the fix and disclosure.