RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

Introducing AnyCable, Action Cable on steroids

Action Cable is a fantastic interface — if only it would be performant enough in production! Unfortunately, running vanilla Action Cable will result in high memory consumption and poor handling of concurrent requests.

Wouldn’t it be cool to have the interface and bits and gears to handle all the traffic — maybe by rewriting crucial parts to something like Go or Erlang?

Turns out, it’s possible, and it is exactly what AnyCable is — a plug and play solution to boost AC performance.

https://evilmartians.com/chronicles/anycable-actioncable-on-steroids

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in