https://github.com/bulkan/serve
kind of a port of python -m SimpleHTTPServer
https://github.com/bulkan/serve
Last synced: over 1 year ago
JSON representation
kind of a port of python -m SimpleHTTPServer
- Host: GitHub
- URL: https://github.com/bulkan/serve
- Owner: bulkan
- Created: 2013-05-06T10:20:38.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-05-09T05:33:24.000Z (about 13 years ago)
- Last Synced: 2025-01-05T19:42:16.507Z (over 1 year ago)
- Language: Go
- Size: 1.14 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
serve
=====
Similair to ```python -m SimpleHTTPServer``` but written in Go
Usage
-----
```shell
$ go build
$ ./serve -h
Usage of ./serve:
-dir=".": directory to serve
-port="4242": port number
$ ./serve -dir=/tmp
$ ./serve -dir=/tmp -port=9999
```