Skip to content

Alphka/Simple-HTTP-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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=optional
npm link