Skip to content

Initial release - 1.0

Latest
Compare
Choose a tag to compare
@JCoupalK JCoupalK released this 11 Feb 20:05
· 4 commits to main since this release

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.