Skip to content

herrberk/go-http2-streaming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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