Skip to content

mtojek/fileserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple Golang HTTP Server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages