HTTP Server in Zig
Published:A simple http server using the Zig standard library to handle concurrent connections
Stream read file in Zig
Published:Simple example of reading a file into an ArrayList and fixed size buffer using Zig
Adding Dependencies from GitHub in Zig
Published:A guide on how to add a dependency to your Zig project from GitHub.