I have a Rails application hosted on Heroku and I want to add Server Sent Events functionality, but I cannot find any documentation or blog posts specific to Heroku.
As not all servers (for example, WEBrick) support ActionController :: Live I was wondering what the default server is on Heroku, and is it possible to configure the environment (for example, change the server) to support SSE.
Any further tips on how to use the server and how to configure it would be greatly appreciated.
source share