Skip to content

spencrc/Zig-Simple-HTTP-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Zig-Simple-HTTP-Server

Building & Running

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

Resources

Here's a list of resources I used to help me create this project

About

io_uring static site generator using TCP protocol as a project for learning Zig.

Topics

Resources

Stars

Watchers

Forks