Node.js 8.4.0 just arrived with the experimental support of HTTP/2, you can enable by using the --expose-http2 flag. In this blog post, we will introduce the most important aspects of HTTP/2 Server Push and create a small Node.js app that gains benefit from using it.
Full article