Hello,
I've released a tool to quickly serve a directory—or even just a single file. It's really handy, for example, when you need to serve a static website during development.
The application runs on Linux, Windows, and macOS, and it's a single statically compiled binary (on Linux it has zero dependencies).
You can install it instantly using one of the methods listed at https://trikko.github.io/websitino/ or you can compile it in a few seconds using Dub (even just dub run websitino).
By default, it serves the current directory, but it hides hidden files and doesn’t list directory contents—these features can be enabled via command-line switches (--help for more info).
The code is available at https://github.com/trikko/websitino
I'd really appreciate help testing it on Windows and macOS, as I don't have direct access to those platforms.
Andrea