Tag

SPDY

0 views collected around this technical thread.

Efficient Ops
Efficient Ops
May 26, 2021 · Fundamentals

From SPDY to QUIC: How Google’s Innovations Reshaped Web Protocols

This article reviews Google’s pioneering SPDY protocol, its key features and impact on HTTP/2, then explores the disruptive QUIC protocol built on UDP, detailing its connection setup, Diffie‑Hellman encryption, multiplexing, connection migration, and other enhancements that boost web performance.

Diffie-HellmanHTTP/2QUIC
0 likes · 12 min read
From SPDY to QUIC: How Google’s Innovations Reshaped Web Protocols
Efficient Ops
Efficient Ops
Dec 28, 2020 · Fundamentals

How SPDY Paved the Way and QUIC Is Revolutionizing Web Transport

This article reviews the pioneering SPDY protocol that inspired HTTP/2, then delves into Google's disruptive QUIC protocol—explaining its UDP foundation, Diffie‑Hellman encryption, connection migration, and advanced features that overcome TCP limitations, while comparing their roles in modern web communication.

HTTP/2QUICSPDY
0 likes · 12 min read
How SPDY Paved the Way and QUIC Is Revolutionizing Web Transport
Efficient Ops
Efficient Ops
Dec 13, 2020 · Fundamentals

How SPDY Paved the Way for QUIC: From HTTP/1.1 to the Future of Web Transport

This article reviews the evolution of web communication protocols, detailing SPDY's pioneering features that influenced HTTP/2 and exploring QUIC's disruptive UDP‑based design, security mechanisms, multiplexing, connection migration, and other enhancements that reshape modern internet performance.

HTTP/2QUICSPDY
0 likes · 12 min read
How SPDY Paved the Way for QUIC: From HTTP/1.1 to the Future of Web Transport
Art of Distributed System Architecture Design
Art of Distributed System Architecture Design
Jun 5, 2016 · Frontend Development

Understanding HTTP/2 Server Push with Node‑SPDY Examples

This article explains how HTTP/2 server push works, why it improves page load performance, and provides practical Node‑SPDY code examples for pushing assets, redirects, cache‑validation messages, and integrating Server‑Sent Events to notify clients of pushed resources.

HTTP/2Node.jsSPDY
0 likes · 9 min read
Understanding HTTP/2 Server Push with Node‑SPDY Examples
Art of Distributed System Architecture Design
Art of Distributed System Architecture Design
Jul 15, 2015 · Frontend Development

Understanding HTTP/2 Server Push with Node‑SPDY Examples

This article explains the concept of HTTP/2 server push, demonstrates how to implement it using the node‑spdy module with code samples for pushing assets, redirects, and SSE notifications, and discusses practical considerations and future possibilities for optimizing web performance.

HTTP/2Node.jsSPDY
0 likes · 10 min read
Understanding HTTP/2 Server Push with Node‑SPDY Examples