Skip to content
/ safron Public

Quick-and-dirty static file web server — no, no, I assure you, it's not "saffron"

License

Notifications You must be signed in to change notification settings

ripta/safron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

safron

Build Status

Quick-and-dirty static file web server, which you can obtain from the releases page, or build it yourself:

  $ brew install go
  $ go get github.com/ripta/safron

By default, it make the current working directory available on port 8080. More options are available through -h.

Example:

  $ pwd
  /Users/rpasay/Public
  $ safron
  2015/10/27 17:24:13 Safron version 1
  2015/10/27 17:24:13 Listening to http://0.0.0.0:8080
  2015/10/27 17:24:13 Serving /Users/rpasay/Public
  2015/10/27 17:24:13 ^C to exit

About

Quick-and-dirty static file web server — no, no, I assure you, it's not "saffron"

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •