This series is about system design videos. This video is about HTTP3 and how it is different from other versions of the HTTP. We have started from the inital days of HTTP when HTTP 0.9 was introduced and how it evolved from HTTP 1.0 to HTTP 1.1 to HTTP 2.0 and finally to HTTP 3.0. We have also talked about head of line blocking problem, streams, frames, multiplexing etc.
In the end we discussed about HTTP 3.0, How it uses QUIC protocol, difference between QUIC protocol and TCP protocol, how QUIC is based on UDP and how a typical HTTP3 connection is setup.
Other videos:
Difference between HTTP long polling and websockets: • HTTP Long Polling Vs WebSockets in 2 Minut...
Difference between var, let and const keywords in JS:
• ES6: When to use var, let and const keywor...