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: 8 months 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 (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-13T10:47:41.000Z (almost 3 years ago)
- Last Synced: 2025-01-05T00:19:53.654Z (9 months 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```