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 · 📚 Documentation · 💾 Example Rails Application
Add anycable-rails
gem to your Gemfile:
gem "anycable-rails"
Then run our interactive setup command:
bundle exec rails g anycable:setup
Learn more here.
Bug reports and pull requests are welcome on GitHub at https://github.com/anycable/anycable-rails.
The gem is available as open source under the terms of the MIT License.
To report a security vulnerability, please contact us at [email protected]
. We will coordinate the fix and disclosure.