Skip to content

anycable/anycable

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
November 11, 2021 13:43
bin
January 31, 2019 19:21
February 28, 2023 14:01
etc
November 23, 2021 13:58
February 22, 2023 21:20
June 9, 2020 12:37
April 28, 2020 17:23
January 3, 2023 21:53
February 28, 2023 19:27
February 28, 2023 14:01
January 3, 2023 21:53
February 3, 2023 15:41
March 21, 2023 15:53
February 22, 2023 21:20

Gem Version Build Coverage Status Documentation

AnyCable

AnyCable allows you to use any WebSocket server (written in any language) as a replacement for your Ruby server (such as Faye, Action Cable, etc).

AnyCable uses the same protocol as ActionCable, so you can use its JavaScript client without any monkey-patching.

AnyCable Pro has been launched πŸš€

Sponsored by Evil Martians

Requirements

Usage

Check out our πŸ“‘ Documentation.

Links

Talks

Building

Generating gRPC files from .proto

  • Install required GRPC gems:
gem install grpc
gem install grpc-tools
  • Re-generate GRPC files (if necessary):
make

Contributing

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

Please, provide reproduction script (using this template) when submitting bugs if possible.

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 anycable@evilmartians.com. We will coordinate the fix and disclosure.