Open highlighted repo slot
Put your repository first
Promote a GitHub repo at the top of Awesome repository list views for 7 days.
Awesome List
A collaborative list of awesome Zig libraries and resources.
GitHub stars and default-branch commits for zigcc/awesome-zig.
Open highlighted repo slot
Promote a GitHub repo at the top of Awesome repository list views for 7 days.
A smallest-common-subset of socket functions for crossplatform networking, TCP & UDP
Wire is a networking library written in Zig, designed to simplify building non-blocking TCP-based client-server applications. It integrates with the xev event loop for asynchronous I/O operations and is able to run non-blocking on a single thread.
This repository contains a basic, non-blocking WebSocket client written in the Zig programming language. It leverages the xev event loop for asynchronous operations and is able to run non-blocking on a single thread.