Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mebiusashan/static-file-server

a static file server with golang
https://github.com/mebiusashan/static-file-server

file golang server

Last synced: about 2 months ago
JSON representation

a static file server with golang

Awesome Lists containing this project

README

        

# Static File Server

A simple static file server.

## Build

`go build fs.go`

## How to use

```
//start server
fs
fs -d
fs -p :9090
fs -d -p -9090

//close server, '-i' is your server pid
fs -c -i 12345
```