0.9.7 • Published 8 years ago
statichttpserver v0.9.7
statichttpserver
StaticHTTPServer is inspired by SimpleHTTPServer.py and is intended to be a fast and easy to use static file server.
Prerequisites
- Node.js v6 or greater (For Node.js 4, install version 0.9.4)
 
Installation
npm install -g statichttpserverStarting a server
$ StaticHTTPServer
Command Line Arguments
All command line arguments are optional.
| Argument | Description | Example | 
|---|---|---|
| -p (--port) | Server port | StaticHTTPServer --port=12345 | 
| -i (--ip) | Server IP Address or Hostname | StaticHTTPServer --ip=localhost | 
| -d (--directory) | Content Directory (default is the current directory) | StaticHTTPServer --directory=../Pictures | 
| -h (--help) | Display these arguments | StaticHTTPServer --help | 
Development
- Clone this repo
 - The goal of this project is quick installation and minimal (or no) run time dependencies.
 
License
:copyright: 2016 Jason Benson. Content licensed CC-BY-4.0; code licensed MIT.