Sha256: 2b9702c2dedcf076e3c65bcc2eb9dcc384c9dbc762b5cf91ece8fd378181cbc5
Contents?: true
Size: 1.64 KB
Versions: 3
Compression:
Stored size: 1.64 KB
Contents
[![Gem Version](https://badge.fury.io/rb/anycable.svg)](https://rubygems.org/gems/anycable) [![Build](https://github.com/anycable/anycable-rails/workflows/Build/badge.svg)](https://github.com/anycable/anycable-rails/actions) [![Documentation](https://img.shields.io/badge/docs-link-brightgreen.svg)](https://docs.anycable.io/rails/getting_started) # AnyCable SDK for Ruby on Rails <img align="right" height="150" width="129" title="AnyCable logo" src="https://docs.anycable.io/assets/images/logo.svg"> [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 `anycable@evilmartians.com`. We will coordinate the fix and disclosure.
Version data entries
3 entries across 3 versions & 3 rubygems
Version | Path |
---|---|
rubocop-anycable-rails-1.6.0.rc.1 | README.md |
anycable-rails-1.6.0.rc.1 | README.md |
anycable-rails-core-1.6.0.rc.1 | README.md |