An open API service indexing awesome lists of open source software.

https://github.com/herrberk/go-http2-streaming

Example of HTTP/2 Streaming written in Golang
https://github.com/herrberk/go-http2-streaming

golang http2 http2-client http2-server streaming

Last synced: 2 months ago
JSON representation

Example of HTTP/2 Streaming written in Golang

Awesome Lists containing this project

README

          

## Example of HTTP/2 Streaming in Go

Install the required packages:

```sh
$ go get golang.org/x/net/http2
$ go get github.com/julienschmidt/httprouter
```

Run Client & Server together to see it in action:

```sh
$ go run main.go
```