mirror of
https://github.com/Jan200101/zdir
synced 2025-12-27 22:40:07 +01:00
static web server index
| assets | ||
| src | ||
| .gitignore | ||
| build.zig | ||
| build.zig.zon | ||
| LICENSE | ||
| README.md | ||
zdir
static web server index written in Zig
how to use
The project ships two versions:
- cgi
- standalone binary that is intended to be invoked by a web server
- HTTP server
- standalone web server
Options:
-Droot=<path>choose root path-Dport=<num>select HTTP server port
license
this project is licensed under the MIT License