Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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