I'm trying to implement server send events in Rails 4 running on passenger. The aim is send the client updates when a active record changes.
There is a pretty neat example in php over here https://stackoverflow.com/a/31255914
But I was wondering how this is achieved in rails. Is there any specific configuration required for rails to manage the connections ?