Skip to content

anycable/anycable-rails

Repository files navigation

Gem Version Build Documentation

AnyCable SDK for Ruby on Rails

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

Quick Start

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.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/anycable/anycable-rails.

License

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

Security Contact

To report a security vulnerability, please contact us at [email protected]. We will coordinate the fix and disclosure.