Now that using http2 is possible with Express, server-push is also possible by default. But using server-push for optimal performance requires a bit more effort. This is a continuation of my previous article, explaining the use of http2-express-bridge to enable the use of HTTP/2 with Express js. You can read…