quiche VS base-drafts

Compare quiche vs base-drafts and see what are their differences.

quiche

🥧 Savoury implementation of the QUIC transport protocol and HTTP/3 (by cloudflare)

base-drafts

Internet-Drafts that make up the base QUIC specification (by quicwg)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
quiche base-drafts
26 9
8,888 1,609
2.7% 0.6%
9.0 0.6
8 days ago 6 days ago
Rust Shell
BSD 2-clause "Simplified" License -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

quiche

Posts with mentions or reviews of quiche. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-10-21.
  • Nghttp3 1.0.0 – HTTP/3 library written in C
    7 projects | news.ycombinator.com | 21 Oct 2023
    The title of this post puts emphasis on "written in C", making me wonder when this would ever be a desirable feature, given that more secure implementations are available, and can be integrated into old C projects just as easily.

    No need to rewrite everything from the ground up: https://github.com/cloudflare/quiche#curl

  • Curl HTTP/3 with quiche discouraged
    2 projects | news.ycombinator.com | 22 Mar 2023
    The issue is dead silent too!

    https://github.com/cloudflare/quiche/issues/1115

  • Best performing quic implementation?
    4 projects | /r/rust | 5 Mar 2023
  • Oxy is Cloudflare's Rust-based next generation proxy framework
    5 projects | /r/rust | 2 Mar 2023
    Even though Oxy is a proprietary project, we try to give back some love to the open-source community without which the project wouldn’t be possible by open-sourcing some of the building blocks such as https://github.com/cloudflare/boring and https://github.com/cloudflare/quiche.
  • How Rust and Wasm power Cloudflare's 1.1.1.1
    3 projects | /r/rust | 28 Feb 2023
    They’ve been on the Rust train since at least 2019. Just look at projects like quiche, wrangler, and boringtun
  • What is a CDN? How do CDNs work?
    3 projects | news.ycombinator.com | 8 Feb 2023
    It's more like Cloudflare forked nginx a long time ago, and is meanwhile in the very slow (like, decade-long) process of replacing it entirely.

    The Cloudflare Workers Runtime, for instance, is built directly around V8; it does not use nginx or any other existing web server stack. Many new features of Cloudflare are in turn built on Workers, and much of the old stack build on nginx is gradually being migrated to Workers. https://workers.dev https://github.com/cloudflare/workerd

    In another part of the stack, there is Pingora, another built-from-scratch web server focused on high-performance proxying and caching: https://blog.cloudflare.com/how-we-built-pingora-the-proxy-t...

    Even when using nginx, Cloudflare has rewritten or added big chunks of code, such as implementing HTTP/3: https://github.com/cloudflare/quiche And of course there is a ton of business logic written in Lua on top of that nginx base.

    Though arguably, Cloudflare's biggest piece of magic is the layer 3 network. It's so magical that people don't even think about it, it just works. Seamlessly balancing traffic across hundreds of locations without even varying IP addresses is, well, not easy.

    I could go on... automatic SSL provisioning? DDoS protection? etc. These aren't nginx features.

    So while Cloudflare may have gotten started being more-or-less nginx-as-a-service I don't think you can really call it that anymore.

    (I'm the tech lead for Cloudflare Workers.)

  • Using WebTransport
    6 projects | news.ycombinator.com | 16 Sep 2022
  • Is it better to learn web development with Python or C?
    4 projects | /r/webdev | 7 Aug 2022
    Ask Cloudflare why they use HTTP/3 and QUIC https://github.com/cloudflare/quiche.
  • DNS-over-HTTP/3 in Android
    1 project | news.ycombinator.com | 20 Jul 2022
  • The MQTT broker powering Cloudflare's new Pub/Sub product is written in Rust!
    1 project | /r/rust | 12 May 2022
    Cloudflare has used rust for multiple projects in the past such as their QUIC/HTTP3 implementation Quiche and a WireGuard implementation BoringTun.

base-drafts

Posts with mentions or reviews of base-drafts. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-19.
  • Multipath TCP for Linux
    6 projects | news.ycombinator.com | 19 Apr 2024
    QUIC is a step backwards here; it has no multipath support: https://lwn.net/Articles/964377/

    Multipath: There are several areas where TCP still has an advantage over QUIC. One of those is multipath support. Multipath TCP connections can send data on different network paths simultaneously — for example, sending via both WiFi and cellular data — to provide better throughput than either path permits individually.

    Server connection migration is explicitly forbidden by QUIC:

    https://github.com/quicwg/base-drafts/pull/2031

  • What does TCP/IP, OSI model even in means in job requirements
    1 project | /r/cybersecurity | 9 Dec 2022
  • RFC 9114 – HTTP/3
    1 project | news.ycombinator.com | 6 Jun 2022
    https://github.com/quicwg/base-drafts/issues/253

    TL;DR just like HTTP/2, we wanted to avoid friction in deploying these protocols. Having to rewrite URLs because of new schemes is pretty unpalatable, it has major impact. Instead, HTTP/3 can rely on other IETF-defined mechanisms like Alt-Svc (RFC 7838) and the more recent SVCB / HTTPS RR [1] DNS-based methods. The latter has been deployed on Cloudflare a while [2] and supported in Firefox. Other user agents have also expressed interest or intent to support it.

    The net outcome is that developers can by and large focus on HTTP semantics, and let something a little further down the stack worry more about versions. Sometime devs will need to peek into that area, but not the majority.

    [1] - https://datatracker.ietf.org/doc/html/draft-ietf-dnsop-svcb-...

  • Announcing s2n-quic 1.0
    9 projects | /r/rust | 17 Feb 2022
    After lots of hard work, we're excited to open-source [s2n-quic](https://github.com/aws/s2n-quic), a Rust implementation of the [IETF QUIC protocol](https://quicwg.org/). Feel free to ask any questions here in the comments or by [opening an issue](https://github.com/aws/s2n-quic/issues/new/choose). Thanks!
  • The IETF QUIC Working Group
    1 project | news.ycombinator.com | 24 Nov 2021
  • Crate to build network packets over UDP
    5 projects | /r/rust | 9 Jul 2021
    Maybe check out laminar and quinn, which implement custom protocols on top of UDP (quinn implements QUIC), to get an idea on how to do things.
  • QUIC is now RFC 9000
    15 projects | news.ycombinator.com | 27 May 2021
    IETF work is conducted mostly on email lists, hence the "many thousands of emails".

    For some newer work like QUIC, GitHub is used to maintain a more to-the-minute shared view of the documents, and then again as mentioned in the text you quoted, GitHub Issues and PRs are used to manage the document, particularly by the most active participants.

    https://github.com/quicwg/base-drafts - of course raising issues or PRs for them now won't do anything useful for you, because these RFCs were published. But you can see there were thousands of commits, one of the last being Martin Thompson's minor typographical tweaks summarised as "DOES IT NEVER END?!?".

  • QUIC and HTTP/3 Support Now in Firefox Nightly and Beta
    12 projects | news.ycombinator.com | 16 Apr 2021

What are some alternatives?

When comparing quiche and base-drafts you can also consider the following projects:

quinn - Async-friendly QUIC implementation in Rust

s2n-quic - An implementation of the IETF QUIC protocol

msquic - Cross-platform, C implementation of the IETF QUIC protocol, exposed to C, C++, C# and Rust.

shadowsocks-rust - A Rust port of shadowsocks

quic-go - A QUIC implementation in pure Go

aiortc - WebRTC and ORTC implementation for Python using asyncio

neqo - Neqo, an implementation of QUIC in Rust

quicly - A modular QUIC stack designed primarily for H2O

message-io - Fast and easy-to-use event-driven network library.