sitespeedio / coach

Clear Eyes. Full Hearts. Can’t Lose.
MIT License
1.21k stars 64 forks source link

Spin up test server that uses H2 in Grunt. #55

Closed soulgalore closed 8 years ago

soulgalore commented 8 years ago

Today we use grunt-http-server as the server that serves our test cases (HTTP/1). We also need a server that serves HTTP2, so we can also test the HTTP2 advice.

soulgalore commented 8 years ago

It should be possible 2do with https://www.npmjs.com/package/http2 and follow Tobias advice for the certificate: http://tobias.is/blog/test-http2-localhost-caddy-ssl/