Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 236 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 236 Bytes

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