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. Intended as testing and development tool

Source
npmnpm
Version
0.1.1
Version published
Weekly downloads
1K
-24.47%
Maintainers
1
Weekly downloads
 
Created
Source

simplehttpserver: Simple HTTP Server

'simpehttpserver' is an simple imitation of python's SimpleHTTPServer and is 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. Default is current working directory.

Server listens port 8000. Open browser to http://localhost:8000 to view.

Run locally

 node simplehttpserver.js

You must have dependencies installed

FAQs

Package last updated on 26 Feb 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