Zig Bits 0x4: Building an HTTP client/server from scratch

Zig Bits is a blog series where I share interesting bits of information about the Zig programming language.

This time I’m setting off for an adventure to build HTTP client/server with using the std.http module of Zig.

:zap: Read here: Zig Bits 0x4: Building an HTTP client/server from scratch - Orhun's Blog

Also created some benchmarks: GitHub - orhun/zig-http-benchmarks: Benchmarking Zig HTTP client against Rust, Go, Python, C++ and curl

12 Likes