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 -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

