Popularity
7.2
Growing
Activity
7.8
-
1,857
32
91

Description

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

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

Monthly Downloads: 2,275,316
Programming language: Ruby
License: Apache License 2.0
Tags: WebSocket     Real-time     Web Apps    
Latest version: v1.2.3

AnyCable alternatives and similar gems

Based on the "WebSocket" category.
Alternatively, view AnyCable alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of AnyCable or a related project?

Add another 'WebSocket' Gem

README

Gem Version Build 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 ๐Ÿš€

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 [email protected]. We will coordinate the fix and disclosure.


*Note that all licence references and agreements mentioned in the AnyCable README section above are relevant to that project's source code only.