Skip to content

wilk/golang-http2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTTP/2 Demo

This is a demo of HTTP/2 Push with Go 1.8 performed in a live coding session during the release party.

Requirements

Running the Demo

First of all, generate the certificate for the TLS connection:

$ ./gen_cert.sh

Now, launch the following command:

$ go run demo.go

Then, open your favourite browser and type https://localhost:3001 in the address bar.

Serving the Slideshow

Serving the slideshow can be achived with present:

$ present

Then, again open your browser and type http://127.0.0.1:3999. There you go!

About

HTTP/2 test with GoLang

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages