spencrc/Zig-Simple-HTTP-Server
io_uring static site generator using TCP protocol as a project for learning Zig.
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