Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

http-file-server

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

http-file-server

HTTP file server

  • 0.2.6
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

Simple HTTP file server (Node.JS)

NPM

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:

./http-file-server.js

For details run ./http-file-server.js --help:

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

Keywords

FAQs

Package last updated on 22 May 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc