Microsoft Aims to End TCP/IP: Launches Its Own Version of QUIC, MsQuic, and Open Sources It

Microsoft Aims to End TCP/IP: Launches Its Own Version of QUIC, MsQuic, and Open Sources It

QUIC is the TCP terminator developed by Google, and Microsoft has launched its own version of QUIC: MsQuic.Microsoft revealed that it is a user of QUIC. QUIC is the successor to TCP and is essential for HTTP/3, but it has not garnered much interest outside of Google and Cloudflare.The full name of QUIC is Quick … Read more

Go is Getting Serious About HTTP/3! New Proposal Officially Launched

Go is Getting Serious About HTTP/3! New Proposal Officially Launched

Code Little BraidMillionFans CertifiedAccount By clicking follow, you not only gain a tool for finding resources but also an interesting soul ▶ ▶ ▶ The Go core team has made new moves. Recently, a new proposal #70914 was seen in the golang/go repository: Add experimental HTTP/3 implementation in x/net/http3. After all, HTTP/3 has been around … Read more

Go to Implement HTTP/3: New Proposal Officially Launched

Go to Implement HTTP/3: New Proposal Officially Launched

Source: Reprinted with permission from 脑子进煎鱼了 (ID: eddycjy)<br />Author: Chen Jianyu The Go core team has made new moves. Recently, a new proposal was seen in the golang/go repository: Add experimental HTTP/3 implementation in x/net/http3. After all, HTTP/3 has been around for a few years now: Correspondingly, the call for HTTP/3 support has been strong … Read more

Go Begins Work on HTTP/3: Is Go’s Performance Set to Soar?

Go Begins Work on HTTP/3: Is Go's Performance Set to Soar?

Life is ultimately about experiences, especially those that are unresolved. “Dream of the Red Chamber” unexpectedly tells us that the specific ending is not that important; what you unfold in each word and sentence is already interesting enough. Introduction With the continuous evolution of internet technology, the HTTP protocol is also undergoing constant upgrades. From … Read more

The Security Advantages and Challenges of the HTTP/3 Protocol

The Security Advantages and Challenges of the HTTP/3 Protocol

HTTP/3 is the third official version of the Hypertext Transfer Protocol (HTTP), which aims to improve network performance and stability while addressing various security and privacy issues. However, it still faces some security challenges. HTTP/3 no longer uses the Transmission Control Protocol (TCP); instead, it employs the QUIC transport protocol proposed by Google in 2012. … Read more

Nghttp3: A Highly Practical C++ Library

Nghttp3: A Highly Practical C++ Library

Nghttp3: A High-Performance HTTP/3 Library in C++ Hey everyone! Today, let’s talk about a super cool C++ library – nghttp3! If you’re developing an application that needs to support the HTTP/3 protocol, or if you’re interested in high-performance network communication, nghttp3 is definitely a tool worth your attention! What is nghttp3? nghttp3 is an HTTP/3 … Read more

The Past, Present, and Future of HTTP/3

The Past, Present, and Future of HTTP/3

Author|Alessandro Ghedini, Rustam Lalkaka Translator|Wang Qiang Editor|Wang Wenjing The HTTP protocol has driven the development of the Web, starting with HTTP/0.9 in 1991, evolving to HTTP/1.1 in 1999, and standardized by the IETF (Internet Engineering Task Force). HTTP/1.1 has existed for a long time, but the ever-changing demands of the Web required a better protocol, … Read more

Practical Principles of HTTP/3

Practical Principles of HTTP/3

Author: billpchen, Frontend Developer at Tencent Kandian After the HTTP/2 standard was published in 2015, most mainstream browsers supported this standard by the end of that year. Since then, with advantages such as multiplexing, header compression, and server push, HTTP/2 has gained increasing favor among developers. Unbeknownst to many, HTTP has now evolved to its … Read more

Performance Comparison Between HTTP/3 and HTTP/2

Performance Comparison Between HTTP/3 and HTTP/2

Author: Sreeni Tellakula Translator: Wang Kunxiang Editor: Wan Jia During last year’s Cloudflare birthday week, we announced the initial support for the next-generation protocol HTTP/3, which is based on HTTP/2. Our goal is to work towards building a better internet. Collaboration in standard-setting is crucial, and we are honored to be involved in the standardization … Read more

HTTP/3 Has Arrived! A Promising Future Ahead

HTTP/3 Has Arrived! A Promising Future Ahead

(Add Frontend Encyclopedia to your favorites to enhance your frontend skills) Author: billpchen, Frontend Development Engineer at Tencent Since the HTTP/2 standard was published in 2015, most mainstream browsers have supported this standard by the end of that year. With advantages such as multiplexing, header compression, and server push, HTTP/2 has gained increasing favor among … Read more