Rails Range Request Streaming
Stream your files from your Rails application via range requests.
https://github.com/ndea/rstreamor
Range requests are an optional feature of HTTP, designed so that recipients not implementing this feature (or not supporting it for the target resource) can respond as if it is a normal GET request without impacting interoperability.
Post a comment