HTTP/3 in .NET 6

preview_player
Показать описание
A quick demo of HTTP/3 in .NET 6.
Рекомендации по теме
Комментарии
Автор

That was really cool, I really appreciated you showing it in wireshark too - that put it in perspective how large a difference it makes.

sheveksmath
Автор

super concise, quality content. got to love it!

humdla
Автор

Great job explaining this! I'm glad this was video was recommended!

BlazarVision
Автор

Normally kestrel is proxied behind e.g. Apache. Be interesting to see how to set up a HTTP/3 connection to a .NET 6 app proxied behind Apache

richardclarke
Автор

where can we get the source code from?

amerhagahmed
Автор

Hello, very interesting example. I have tried to reproduce it, but I have an error: "IWebHostBuilder" has no definition of "UseQuic". I am using pre-version 4. Could you explain how you managed to run in your example. Thanks.

petrapetra
Автор

real time games normally don't use TCP for nw comms though

get_ready
Автор

How much performance improvement we will get if we migrate from HTTP1 to HTTP3?

zeetsoft
Автор

does either side of this run on linux?

Spongman