spencrc/Zig-Simple-HTTP-Server
io_uring TCP server implementation as a project for learning Zig.
996cad7cb450314e59727c37601b153aaa050ac2
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!