Skip to content

Parallel TCP server using io_uring and HTTP/1.1 parser, written from scratch in Zig.

Notifications You must be signed in to change notification settings

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

Parallel TCP server using io_uring and HTTP/1.1 parser, written from scratch in Zig.

Topics

Resources

Stars

Watchers

Forks