Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mtojek/fileserver
Simple Golang HTTP Server
https://github.com/mtojek/fileserver
Last synced: 27 days ago
JSON representation
Simple Golang HTTP Server
- Host: GitHub
- URL: https://github.com/mtojek/fileserver
- Owner: mtojek
- License: apache-2.0
- Created: 2019-02-03T19:36:08.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-08-05T15:20:46.000Z (over 3 years ago)
- Last Synced: 2024-10-27T05:47:48.107Z (2 months ago)
- Language: Go
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fileserver
Simple Golang HTTP ServerRun simple HTTP server and serve files in the current working directory. The application is an alternative to the Python module **SimpleHTTPServer**.
## Getting started ##
```
$ go get github.com/mtojek/fileserver
$ fileserver
```If you want to use custom HTTP port, please select it through command line args:
```
$ fileserver 5555
```