Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alphka/simple-http-server

A simple HTTP server in Node.js
https://github.com/alphka/simple-http-server

cli expressjs httpserver nodejs pugjs

Last synced: 11 days ago
JSON representation

A simple HTTP server in Node.js

Awesome Lists containing this project

README

        

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
```