Skip to content

caneroj1/waiter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

waiter

An easy-to-use CLI tool to set up a static file server in any directory.

Usage

To serve files from the current directory, just run:

$ waiter
Waiter: Serving '.' on port 3000!

The only argument to the executable is an optional path to change the directory from where files are served:

$ waiter /my/server/files
Waiter: Serving '/my/server/files' on port 3000!

Options

  • By default, all requests are logged to stdout. To disable that, run with the flag --no-log.

  • To change the port of the server, run with -p <port> or --port <port>

About

A quick and easy-to-use web server to serve files from any directory.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published