Example of HTTP/2 Streaming in Go Install the required packages: $ go get golang.org/x/net/http2 $ go get github.com/julienschmidt/httprouter Run Client & Server together to see it in action: $ go run main.go