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
- Host: GitHub
- URL: https://github.com/herrberk/go-http2-streaming
- Owner: herrberk
- Created: 2018-03-30T04:12:18.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2025-04-16T23:49:02.000Z (12 months ago)
- Last Synced: 2025-04-17T12:40:32.471Z (12 months ago)
- Topics: golang, http2, http2-client, http2-server, streaming
- Language: Go
- Homepage: https://www.codemio.com/2018/03/http2-streaming-golang.html
- Size: 35.2 KB
- Stars: 14
- Watchers: 2
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```