Aspnetcore 2 getting Http2 to run on krestel
You can get the sample code from here.
Some setup instruction.
git clone https://github.com/appcoreopc/netcoreHttp2.git
Build it and then when you got it running, hit localhost:5001.
If all works fine, you get the following screen layout.
Http2 doesn't only work for https, you can serve it over http using the following command :-
Comments