Skip to content

caydenlund/upload-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@shrimpster00/http-server

A command-line utility for serving static directories. Supports HTTP and HTTPS.

It's easy to use!

$ npx @shrimpster00/http-server

Usage:

Usage: upload-server [options] [folder]


Options:
  -V, --version         Output the version number
  -p, --port <port>     Port number (default: 3000)
  -H, --host <host>     Server host (default: "localhost")
  -S, --tls             Enable TLS/HTTPS
  -C, --cert <cert>     Server certificate file
  -K, --key <key>       Private key file
  -h, --help            Display help and exit

About

A simple HTTP file upload server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published