Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)