I'm thinking of starting on a Ruby website that uses WebSockets, and
perhaps working some on a server for it beforehand. Is good support
for asynchronous connections something I could work on adding to the
Rails core? Is it feasible? Desired? As I understand it, Rails plugins
like Juggernaut [1] aren't going to optimally support async, since
they can't re-architecture the way connections are handled. Should I
instead use Cramp [2] and incorporate the various features I like from
Rails into it?
Thank you for your time!
[1] - https://github.com/maccman/juggernaut
[2] - https://github.com/lifo/cramp