Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/alphka/simple-http-server
- Owner: Alphka
- Created: 2022-10-12T00:15:20.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-17T23:24:22.000Z (2 months ago)
- Last Synced: 2024-10-18T01:36:15.698Z (about 1 month ago)
- Topics: cli, expressjs, httpserver, nodejs, pugjs
- Language: JavaScript
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```