Skip to content
/ servus Public

http server with built-in auto refresh on file changes

License

Notifications You must be signed in to change notification settings

balazs4/servus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

servus

HTTP server with built-in automatic refresh feature on file changes for developers.

usage

servus                # watches current directory (non-recursive)
servus `git ls-files` # watches all files in git repository
PORT=4269 servus      # set custom port number 

install

GOPROXY=direct go install github.com/balazs4/servus

or download pre-built binary.

license

see license

author

balazs4