SandyWalsh / go-http2-streaming

Example of HTTP/2 Streaming written in Golang

Home Page:https://www.codemio.com/2018/03/http2-streaming-golang.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Example of HTTP/2 Streaming written in Golang

https://www.codemio.com/2018/03/http2-streaming-golang.html


Languages

Language:Go 100.0%