A simple Go HTTP server that displays "I'm running on your machine".
go install github.com/antonioshadji/http-example@latesthttp-exampleThe server starts on port 8080. If the port is unavailable, it tries ports 8081–8089.
git clone https://github.com/antonioshadji/http-example.git
cd http-example
go build -o http-example .
./http-examplePre-built binaries for Linux (amd64) and macOS (arm64) are available on the releases page. A new release is created automatically on every push to main.