thislight/haiya
Experimental HTTP server with Config-as-code and low-cost scripting.
Haiya is a extendable HTTP server inspired by Web frameworks - with full-speed running and development.
See this "Hello World" example and the build script.
You can build the API reference with zig build
. Note that the reference must be served
at a HTTP server. You could do that with tools like python -mhttp.server -d zig-out/docs
.
The Apache License, version 2.