app icon

Go Fyne Webserver

Developer
Maximilian Kalus
About

This is a simple static webserver with a GUI frontend to start and stop it. It is useful if you have a static website to share with your customer and he or she does not have a webserver at hand. Just create a zip, with Go Fyne Webserver in the root directory. Create a static folder which contains your static website. Run the binary and you will see a window.

app screenshot

Installation

You can install this directly from the source code using the Fyne command as follows:
go install fyne.io/fyne/v2/cmd/fyne@latest fyne get github.com/mkalus/go-fyne-webserver
Or you can download the code directly from git:
git clone https://github.com/mkalus/go-fyne-webserver