Zig Web Server

AUG-24-2025

@000

GitHub Discord Twitter


This past weekend I spent some time working on a small, lightweight Zig web server. My motivation was when Zig 0.15.1 released, my previous http server library of choice (http.zig) wasn't immediately usable. This inspired me to want to build something in a similar vein but way less feature-rich.

The current features I support are:

For (most of) my use-cases, I'm happy with the current state of the project. If there are new features that I need, I'll add those as needed. This site (and probably even the PSGit project) use this web server too!

As I prepare for the upcoming Pittsburgh Pokemon Regional event in September, I'll hopefully be able to work on the PSGit project and use it as a tool to help with my preparation and be able to stress-test my server library more!