Hacker News new | ask | show | jobs
by sergiotapia 5062 days ago
Is this any different than what SignalR provides for ASP.Net Web Applications?
1 comments

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.