spencrc/Zig-Simple-HTTP-Server
io_uring static site generator using TCP protocol as a project for learning Zig.
NOTE
This repository will be archived when Zig 0.16 is released in lieu of Zig's new I/O (which will include a more crossplatform approach to event loops via Io.Evented). Additionally, the replacement of std.net with std.Io.net will break this repository.
Using Zig 0.15.2, you can build the project
zig build
This will produce an executable. You can run the executable itself, or build and run the project with
zig build run
Here's a list of resources I used to help me create this project