Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 316 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 316 Bytes

staticsvr

Serve static resource from one command!

install:

go install github.com/vogo/staticsvr@master

usage:

staticsvr <PORT> <PATH>

examples:

# serve at port 9999 for directory /opt/html
staticsvr 9999 /opt/html

# serve at port 8080 for current directory
staticsvr 8080