https://github.com/hajimehoshi/fileserver
A dead simple HTTP server to serve files
https://github.com/hajimehoshi/fileserver
Last synced: 3 months ago
JSON representation
A dead simple HTTP server to serve files
- Host: GitHub
- URL: https://github.com/hajimehoshi/fileserver
- Owner: hajimehoshi
- License: apache-2.0
- Created: 2018-02-17T15:47:34.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-18T10:27:04.000Z (over 7 years ago)
- Last Synced: 2025-02-11T23:57:57.420Z (8 months ago)
- Language: Go
- Homepage:
- Size: 4.88 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fileserver
A dead simple HTTP server to serve files.
```
Usage of fileserver:
-port int
port number (default 8000)
```## How to use
```sh
fileserver -port 8080
```