https://github.com/iamtonmoy0/web-server
A simple web server with golang
https://github.com/iamtonmoy0/web-server
go golang static-web-server webserver
Last synced: 14 days ago
JSON representation
A simple web server with golang
- Host: GitHub
- URL: https://github.com/iamtonmoy0/web-server
- Owner: iamtonmoy0
- Created: 2022-12-12T21:37:21.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-13T10:47:41.000Z (over 3 years ago)
- Last Synced: 2025-06-01T18:45:24.069Z (about 1 year ago)
- Topics: go, golang, static-web-server, webserver
- Language: Go
- Homepage:
- Size: 3.51 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Web server
## A simple project with Go language
## commands
clone this repo
```
$ git clone https://github.com/iamtonmoy0/web-server.git
$ cd web-server
$ go run main.go
```