Skip to content

bdenning/http2-golang-docker-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Golang HTTP/2 and Docker

Use the following to build the demo.

make binary
make docker-container
docker run --rm -ti bdenning/webservice

Then, open Chrome to https://{{container-ip}}:8000/ and use the debug tools (F12) to see that the protocol field shows "h2", indicating HTTP/2.

About

Boilerplate code for running an HTTP/2 web service, written in golang, inside of a minimal (5.4M) Docker container

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published