awesome-repositories.comKategorienBlog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
L

lucas-clemente/quic-go

0
View on GitHub↗

Quic Go

Features

  • Networking Libraries - Pure Go implementation of the QUIC protocol.
  • Networking - Pure Go implementation of the QUIC protocol.
  • Networking and Protocols - Pure Go implementation of the QUIC network protocol.
  • Netzwerk-Bibliotheken - Pure Go implementation of the QUIC protocol.

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI
0 Stars·0 Forks·12 Aufrufe

Star-Verlauf

Star-Verlauf für lucas-clemente/quic-goStar-Verlauf für lucas-clemente/quic-go

Open-Source-Alternativen zu Quic Go

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Quic Go.
  • pions/webrtcP

    pions/webrtc

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • valyala/fasthttpAvatar von valyala

    valyala/fasthttp

    23,264Auf GitHub ansehen↗

    Fasthttp is a high-performance networking framework for Go, designed to maximize throughput and minimize memory overhead in demanding web applications. It functions as a specialized HTTP server and client library that prioritizes efficient resource management, allowing developers to build scalable services capable of handling massive concurrent traffic with minimal garbage collection pressure. The library distinguishes itself through a focus on zero-allocation processing and low-level optimization. It achieves this by recycling temporary request and response objects through managed pools and

    Go
    Auf GitHub ansehen↗23,264
  • miekg/dnsAvatar von miekg

    miekg/dns

    8,709Auf GitHub ansehen↗

    This project is a Go DNS library used for implementing DNS clients and servers. It provides a toolkit for packet exchange, record parsing, and the development of custom nameservers. The library includes a DNS server framework and a zone manager for parsing standard zone files and synchronizing data via zone transfers. It features a dedicated DNSSEC implementation library for generating cryptographic keys and validating signatures, as well as a TLS transport for encrypted connections between clients and servers. The system covers a broad range of capabilities including DNS resolver functional

    Godnsdns-librarydnssec
    Auf GitHub ansehen↗8,709
  • anacrolix/utpA

    anacrolix/utp

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
Alle 30 Alternativen zu Quic Go anzeigen→

Häufig gestellte Fragen

Was sind die Hauptfunktionen von lucas-clemente/quic-go?

Die Hauptfunktionen von lucas-clemente/quic-go sind: Networking Libraries, Networking, Networking and Protocols, Netzwerk-Bibliotheken.

Welche Open-Source-Alternativen gibt es zu lucas-clemente/quic-go?

Open-Source-Alternativen zu lucas-clemente/quic-go sind unter anderem: valyala/fasthttp — Fasthttp is a high-performance networking framework for Go, designed to maximize throughput and minimize memory… pions/webrtc. miekg/dns — This project is a Go DNS library used for implementing DNS clients and servers. It provides a toolkit for packet… ccding/go-stun. anacrolix/utp. aerogo/packet.