Hacker News new | ask | show | jobs
by lixtra 2803 days ago
Don’t you have an nginx/Apache in front? If you tell it to serve HTTP/2 don’t you already get 95% of the benefits?

EDIT: e.g. bottom of https://www.speedshop.co/2016/01/07/what-http2-means-for-rub...

1 comments

It's nice to directly/natively serve HTTP/2 web apps, because it simplifies development and production environments.

Sometimes best practice for HTTP/1 becomes anti-pattern for HTTP/2. Some of these issues are discussed here: https://www.codeotaku.com/journal/2018-10/http-2-for-ruby-we...