Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mebiusashan/static-file-server
- Owner: mebiusashan
- License: agpl-3.0
- Created: 2017-06-03T08:58:10.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-03T09:01:13.000Z (over 7 years ago)
- Last Synced: 2024-11-21T05:02:12.676Z (about 2 months ago)
- Topics: file, golang, server
- Language: Go
- Size: 14.6 KB
- Stars: 2
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```