0.9.7 • Published 7 years ago

statichttpserver v0.9.7

Weekly downloads
4
License
-
Repository
github
Last release
7 years ago

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 statichttpserver

Starting a server

$ StaticHTTPServer

Command Line Arguments

All command line arguments are optional.

ArgumentDescriptionExample
-p (--port)Server portStaticHTTPServer --port=12345
-i (--ip)Server IP Address or HostnameStaticHTTPServer --ip=localhost
-d (--directory)Content Directory (default is the current directory)StaticHTTPServer --directory=../Pictures
-h (--help)Display these argumentsStaticHTTPServer --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.

0.9.7

7 years ago

0.9.6

7 years ago

0.9.5

8 years ago

0.9.4

8 years ago

0.9.3

8 years ago

0.9.2

8 years ago

0.9.1

8 years ago

0.9.0

8 years ago