5 projects
fasthttp
fasthttp is a high-performance HTTP server and client library for Go, designed to be a faster alternative to the standard net/http package. It focuses on memory efficiency and raw performance by minimizing memory allocations and optimizing core HTTP operations.
1,386
382
$1.2M
Gorilla WebSocket
Gorilla WebSocket is a Go package that implements the WebSocket protocol defined in RFC 6455, providing a complete and tested implementation for creating WebSocket clients and servers in Go applications
997
344
$194K
DNS Library for Go
A complete DNS library implementation in Go that provides functionality for building DNS servers and clients, supporting all DNS record types and operations including queries, zone transfers, dynamic updates, and DNSSEC
878
316
$925K
Docker Connections Utility
Utility package to work with network connections
quic-go
A QUIC implementation in pure Go that provides a production-ready library for building QUIC-enabled clients and servers, supporting the IETF QUIC protocol specification