https://github.com/a7ryan/golang-static-webserver
golang webserver serve html file
https://github.com/a7ryan/golang-static-webserver
docker dockerhub golang golang-static-webserver golang-webserver http-server webserver
Last synced: 5 months ago
JSON representation
golang webserver serve html file
- Host: GitHub
- URL: https://github.com/a7ryan/golang-static-webserver
- Owner: A7ryan
- License: mit
- Created: 2025-12-16T10:46:28.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-12-16T13:05:36.000Z (6 months ago)
- Last Synced: 2025-12-20T00:50:08.301Z (6 months ago)
- Topics: docker, dockerhub, golang, golang-static-webserver, golang-webserver, http-server, webserver
- Language: HTML
- Homepage:
- Size: 128 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# golang-static-webserver
## Created Simple Webserver on Golang
### The Webserver will serve basic HTML content
### Also added Dockerfile in case to host on Render
### GitHub Actions to directly push image to DockerHub
---
## Final Website Output

---
### Want to run it locally??
- `git clone https://github.com/A7ryan/golang-static-webserver.git`
- `cd code`
- `go mod tidy`
#### if needed run: `go mod init `
- `go run main.go`
- Open in Browser: `http://localhost:8080`