A simple http server written in Go. Precompiled binaries in <src>/bin
.
Very easy way to serve a directory of files by only needing to specify the port
and dir
./<path-to-bin> -port=<port-number> -dir=<dir-with-files>
Unless specified, defaults to 127.0.01:8080