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: 4 months ago
JSON representation

Simple Golang HTTP Server

Awesome Lists containing this project

README

        

# fileserver
Simple Golang HTTP Server

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