From 0dcd11a1bb894bb0cfd4189d4223425db5a3488d Mon Sep 17 00:00:00 2001 From: prothegee Date: Mon, 31 Aug 2026 01:01:18 +0700 Subject: [PATCH] ZIX. Zero sIX (06). A high-performance network backend library & http engine written in Zig. Zero dependency. Built for REST APIs, WebSocket, SSE, and gRPC on microservices/modular-microservices. Covered HTTP1/2/3, WebSocket, SSE, gRPC, and TLS. Active, BSD-3-Clause, released for x86_64 & aarch64 for Linux. Cross-compiled for x86_64 Windows, FreeBSD, OpenBSD, NetBSD, and aarch64 MacOS. Benchmark: - HTTP1 : https://www.http-arena.com/#scope=h1&type=engine&tuned=0&q=zix - HTTP2 : https://www.http-arena.com/#scope=h2&type=engine&tuned=0&q=zix - HTTP3 : https://www.http-arena.com/#scope=h3&type=engine&tuned=0&q=zix - gRPC : https://www.http-arena.com/#scope=grpc&type=engine&tuned=0&q=zix - WebSocket: https://www.http-arena.com/#scope=ws&type=engine&tuned=0&q=zix --- `make all` run and clean. Added to the end of the Network list per contributing.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b97be3f..050f7b0 100644 --- a/README.md +++ b/README.md @@ -460,6 +460,7 @@ - [zigtls](https://github.com/Geun-Oh/zigtls) - Zig-native TLS Implementation library for edge/load-balancer event loops, with BoGo strict, interop, and reliability gates. - [zora](https://github.com/user529/zora) - Telegram bot server that runs hot-reloadable Lua 5.4 rules, with coroutine-based async I/O, SQLite-backed state, and a durable scheduler. Targets Linux and FreeBSD. - [zig-nostr/nostr](https://github.com/zig-nostr/nostr) - The Nostr protocol natively in Zig: secp256k1/Schnorr keys, events, relay transport with the outbox model, a local-first LMDB event store, NIP-46 remote signing, and more. +- [prothegee/zix](https://github.com/prothegee/zix) - A high-performance network backend library & http engine written in Zig. Zero dependency. Built for REST APIs, WebSocket, SSE, and gRPC on microservices/modular-microservices. ### Browser