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
- Host: GitHub
- URL: https://github.com/scottredig/zig-demo-webserver
- Owner: scottredig
- License: mit
- Created: 2025-03-12T22:44:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-12T23:02:16.000Z (over 1 year ago)
- Last Synced: 2025-03-13T00:18:02.411Z (over 1 year ago)
- Topics: zig, zig-package
- Language: Zig
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.