Skip to content

Releases: JCoupalK/FlyServe

Initial release - 1.0

11 Feb 20:05
Compare
Choose a tag to compare

FlyServe is a simple HTTP server tool written in Go, designed to serve files and directories over HTTP. It provides features such as serving specific files, serving directories, basic authentication, and directory listings.

Features

  • Serve specific files
  • Serve directories with directory listings
  • Basic authentication support
  • Customizable port number
  • Single binary, no external dependencies

There is a Linux and Windows amd64 binary but if you need it for a different architecture feel free to compile for your OS and architecture using the GOOS environment variable and the GOARCH environment variable.