An open API service indexing awesome lists of open source software.

https://github.com/scottredig/zig-demo-webserver

a webserver which hosts a zig build path
https://github.com/scottredig/zig-demo-webserver

zig zig-package

Last synced: about 1 month ago
JSON representation

a webserver which hosts a zig build path

Awesome Lists containing this project

README

          

# zig-demo-webserver
A webserver which hosts the install directory (where the contents of running `zig build` goes) of a zig project.

See the example folder's build.zig for usage. Intentionally made without bells and wistles, focused on serving the result of a zig build as simply as possible.