https://github.com/unclechu/node-http-file-server
Node.JS HTTP file server
https://github.com/unclechu/node-http-file-server
dead-project ecmascript javascript nodejs
Last synced: 4 months ago
JSON representation
Node.JS HTTP file server
- Host: GitHub
- URL: https://github.com/unclechu/node-http-file-server
- Owner: unclechu
- License: gpl-3.0
- Created: 2013-12-07T17:38:33.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-05-22T18:38:56.000Z (about 7 years ago)
- Last Synced: 2025-01-28T03:18:50.923Z (5 months ago)
- Topics: dead-project, ecmascript, javascript, nodejs
- Language: JavaScript
- Size: 22.5 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Simple HTTP file server (Node.JS)
=================================[](https://nodei.co/npm/http-file-server/)
**WARNING!** This is a dead project.
Any updates usually is just for supressing vulnerability alerts.Usage
-----To start file server in current working directory on 8080 port:
```bash
./http-file-server.js
```For details run `./http-file-server.js --help`:
```text
USAGE
=====--help View this information
--path=abc Set path of file server root directory (default is current dir)
--host=abc Hostname of http-server (default is "localhost"),
use "*" for any host
--port=abc Port of http-server (default is "8080")
--browse Open hostname in browser (via "xdg-open")
--debug Logging every request
--no-cache Disable caching in headers
```Author
------Viacheslav Lotsmanov
License
-------[GPLv3](LICENSE)