Support http2 out of the box :)
Well, we're well past Node 9.x now (12.16.3). I think it's worth considering making http2 the default protocol now.
Will only work (natively) with Node 9.x.y (https://nodejs.org/api/http2.html#http2_core_api)
related lines:
https://github.com/nuxt/nuxt.js/blob/7c4e77ffb9d18279bd9d0c5f4d39eb55569c6a81/packages/server/src/listener.js#L53-L55
Most helpful comment
Well, we're well past Node 9.x now (12.16.3). I think it's worth considering making http2 the default protocol now.