Skip to content

nextalias/simpleserver

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

#Simple Server

The most simple static http server in go to quickly serve files out of a static directory

(although cd /home/somedir && python -m SimpleHTTPServer is pretty simple to 😉 )

##Build and Install

You'll need your GOBIN to be set (e.g. export GOBIN=.)

To Build:

export GOPATH=`pwd`; go get github.com/codegangsta/cli
export GOBIN=.; go install simpleserver.go

To Run:

$GOBIN/simpleserver

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%