Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 554 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 554 Bytes

Simple HTTP Server

Description

A simple command-line HTTP Server in Node.js


Supported options

Usage: node-server [options] [port]

Arguments:
  port                                          Port to use (default: 8000)

Options:
  -V, --version                                 Display program version
  -d, --directory [path]                        Specify alternative directory
  -h, --help                                    Display help

Installation

npm install --omit=dev
npm link