/fileserver

Simple Golang HTTP Server

Primary LanguageGoApache License 2.0Apache-2.0

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