Are there any “clean” alternatives to Unicorn for HTTP streaming?
By “clean” I mean using the :stream option during render.
class MyController < ActionController::Base
def index
render :stream => true
end
end
Are there any “clean” alternatives to Unicorn for HTTP streaming?
By “clean” I mean using the :stream option during render.
class MyController < ActionController::Base
def index
render :stream => true
end
end
Unicorn is “clean”.
What I should have wrote is “In addition to Unicorn, are there any
other HTTP Servers, for Ruby on Rails, that “cleanly” support HTTP
streaming?”
Thank you!
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs