New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

simplehttpserver

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

simplehttpserver

Simple HTTP Server for static files

Source
npmnpm
Version
0.0.6
Version published
Weekly downloads
1.1K
-13.82%
Maintainers
1
Weekly downloads
 
Created
Source

simplehttpserver: Simple HTTP Server

'simpehttpserver' is simple imitiation of python's SimpleHTTPServer and intended for testing, development and debugging purposes

Install globally

Install using npm

  npm install simplehttpserver -g

Usage

Run simplehttpserver by command

 simplehttpserver [directory]

[directory] is used as web root and is by default current working directory.

Server listens port 8000. Navigate to http://localhost:8000 to view.

Run locally

 node simplehttpserver.js

You must have depencies installed

FAQs

Package last updated on 10 Apr 2016

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