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

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

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
```