Comment on Why Rails 4 Live Streaming is a Big DealComments−sergiotapia14yIs this any different than what SignalR provides for ASP.Net Web Applications?−masklinn14yIt's got essentially no relation with SignalR. It's equivalent to using `response.OutputStream.Write` in your HttpHandler.If you're looking for a SignalR equivalent in Ruby, you need EventMachine.
Comments
Is this any different than what SignalR provides for ASP.Net Web Applications?
It's got essentially no relation with SignalR. It's equivalent to using `response.OutputStream.Write` in your HttpHandler.
If you're looking for a SignalR equivalent in Ruby, you need EventMachine.