Skip to content

A simple static file server made from the default http package.

Notifications You must be signed in to change notification settings

farkaskid/fileServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

fileServer

Can be used to quickly serve a given directory on the specified port.

fileServer -port 3000 -path /Users/john to server the home directory of user john on port 3000 locally. The -port value defaults to 4000 and the -path value default to the current working directory.