I am trying to introduce HTML5 Server-Side-Event to my Rails 3.2 project. I did some search at Google.com, but most of the examples are using php. There’s only one example on Rails that is using Goliath, and I am not using that.
I am using Thin in my development and deploying with passenger. I think it’s valid for doing text streaming for SSE. Is there any examples on Rails 3.2 for reference?
You can check out ‘Cramp’ gem – http://cramp.in/
It’s having built in support for HTML5 tehcnologies – WebSockets and SSE