Zdir - a web server index

zdir


zdir is a static web server index originally inspired by and intended to replace my use of h5ai.
https://codeberg.org/Jan200101/zdir

To summarize the project: it provides a basic web interface to walk through directories and serves files.

It serves the content through one of the following means:

  • Zig’s stdlib HTTP Server
  • a CGI binary
  • a FastCGI Server (using zig-fastcgi)

1 Like