Hey, some days ago HTTP2 server push has been added to Nginx (at least the open source version). That’s great news since this was one of the most interesting features from HTTP2 that Nginx was lacking. Given that I didn’t use server push myself so far, I decided to learn a bit more about it and give a try to Nginx' implementation. A minimal HTTP2 Server push example in Go Verifying HTTP2 Push with Google Chrome Inspecting the HTTP2 streams using Wireshark Installing NGINX from source Conf...