nurkiewicz / nurkiewicz.com

https://nurkiewicz.com
10 stars 6 forks source link

#79: QUIC: what makes HTTP/3 faster #33

Open utterances-bot opened 2 years ago

utterances-bot commented 2 years ago

79: QUIC: what makes HTTP/3 faster

QUIC can be thought of as the third fundamental protocol of the Internet. Next to UDP and TCP/IP. Let's talk a little bit about these two. They both build upon IP, Internet Protocol. IP supports exchanging packets of data between two machines having... IP addresses. UDP adds ports. Port is a logical concept. It's simply a number within one machine that identifies a certain process. Thanks to ports, many different processes on the same machine can exchange data.

https://nurkiewicz.com/79

jaDEVirek commented 2 years ago

I have a single question: what is a better solution for HTTP/3, using e.g : proto as binary data flow, or just text format and Json? gRPC over http/3 possible?