HTTP/3 for Web Developers ๐
Learn about HTTP/3, the latest HTTP protocol update with new features building on HTTP/2 for improved web performance.

A shot of code
2.1K views โข Jan 5, 2021

About this video
HTTP/3 is the latest evolution of the HTTP protocol and provides some exciting new features ont op of those that HTTP/2 brought to us. So the main =update we have is a change from using TCP to use QUIC and UDP. This allows HTTP/3 to handle 'head of line blocking' much better than HTTP/2 and only pause the single stream that has lost a packet, allowing other streams to continue downloading. This is great for environments where your internet connection is a bit sketchy!
There are also improvements to the initial handshake speed and also to switching between different networks.
For Web Devs these changes should all be transparent with no changes to the way we configure our websites, unlike when we moved to HTTP/2 and this required some explicit setup in order to use (for say push or different code splitting options)
HTTP/3 is enabled in the Safari already, and currently behind a flag in Chrome/Firefox/Edge. Feel free to turn these on to test out HTTP/3 yourself!
There are also improvements to the initial handshake speed and also to switching between different networks.
For Web Devs these changes should all be transparent with no changes to the way we configure our websites, unlike when we moved to HTTP/2 and this required some explicit setup in order to use (for say push or different code splitting options)
HTTP/3 is enabled in the Safari already, and currently behind a flag in Chrome/Firefox/Edge. Feel free to turn these on to test out HTTP/3 yourself!
Video Information
Views
2.1K
Likes
46
Duration
6:28
Published
Jan 5, 2021
User Reviews
4.5
(2) Related Trending Topics
LIVE TRENDSRelated trending topics. Click any trend to explore more videos.
Trending Now