Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
< Back to tools
A

anycable

> 编程语言
Open source

Realtime server for reliable two-way communication to power-up any backend

2.4K stars0 likes0 views
WebsiteGitHub

About

Realtime server for reliable two-way communication to power-up any backend

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

  • Ruby >= 2.7
  • Redis or NATS (for broadcasting in production, discuss other options with us!)

Usage

Check out our Documentation.

Links

  • AnyCable off Rails: connecting Twilio streams with Hanami

  • AnyCable 1.0: Four years of real-time web with Ruby and Go

  • AnyCable: Action Cable on steroids!

  • Connecting LiteCable to Hanami by @GabrielMalakias

  • From Action to Any by @alekseyl

Talks

  • High-speed cables for Ruby, RubyConf 2018, slides and video (EN)

  • One cable to rule them all, RubyKaigi 2018, slides and video (EN)

  • Wroc_Love.rb 2018 slides and video (EN)

  • RubyConfMY 2017 slides and video (EN)

  • RailsClub Moscow 2016 slides and video (RU)

Building

Generating gRPC files from .proto

  • Install required GRPC gems:
bash
gem install grpc
gem install grpc-tools
  • Re-generate GRPC files (if necessary):
bash
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.

Issues· 0 open

View all issuesOpen on GitHub

No open issues yet, or sync has not completed.

> Tags

Gorealtimessewebsockets

No comments yet. Be the first to share.

> Details

PublishedAug 1, 2026
UpdatedSep 17, 2026
Category编程语言
PricingOpen source

> Related tools

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言