Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yashraj-n/golang-static-http-server
A Simple HTTP Server in Go lang
https://github.com/yashraj-n/golang-static-http-server
Last synced: 4 days ago
JSON representation
A Simple HTTP Server in Go lang
- Host: GitHub
- URL: https://github.com/yashraj-n/golang-static-http-server
- Owner: yashraj-n
- Created: 2022-05-17T07:27:41.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-05-17T07:35:00.000Z (over 2 years ago)
- Last Synced: 2024-04-24T05:30:46.212Z (9 months ago)
- Language: Go
- Homepage:
- Size: 2.93 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Golang Static HTTP Server
A Simple Static HTTP server made in Go
Uses `net/http` package to create a HTTP server and uses `http.FileServer` to make a static server
## Usage
```bash
server.exe 6707
```
- This will start a static server at port 6707## Downloads
You can find latest releases [here](https://github.com/yashraj-n/Golang-Static-HTTP-Server/releases)