@m0xee can you expand? I’m not well-versed on networking protocols ( I’m more of a front-end bloke)
Top-level
@m0xee can you expand? I’m not well-versed on networking protocols ( I’m more of a front-end bloke) 5 comments
@unsaturated @unsaturated |
@urlyman
HTTP/3 is UDP-based — a strong departure from TCP-based HTTP1.1
Not without a few advantages — mainly parallelism, and it's a further development of HTTP/2, which was still TCP-based, but multiplexed.
Yet, dealing with datagrams on application level to work with streams of data seems a little controversial to me. Last, but not least: it mostly makes sense when in addition to 15 kB of main text content you have to carry large number of scripts, stylesheets, auxilary data fragments, etc