thislight/haiya
Experimental HTTP server with Config-as-code and low-cost scripting.
43c7e4b3308f359e5b758db2d824d7c447f4ed3f.tar.gz
7fc813629dd1f5ee29fbe1d7c2572b6186f13e4e.tar.gz
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.