|
|
|
|
|
by cageface
5061 days ago
|
|
I think the problem is that Rails was designed to solve the web problems of 2005 and a lot has changed since then. The shift to single-page, JS-driven applications and large numbers of dynamic updates requires a different set of design priorities and the performance characteristics of Ruby itself are more problematic in this environment. In many cases it makes more sense to use something like Go or Node or Erlang that was designed to handle these kinds of loads from the ground up. |
|
For websockets-based applications, check out Cramp. And note that as both Rails and Cramp are Rack-based, you can combine them.
"Go or Node or Erlang"
One of these things is not like the others...