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

sheepy

Package Overview
Dependencies
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sheepy

A Simple Static HTTP Server

latest
Source
npmnpm
Version
0.1.1
Version published
Maintainers
2
Created
Source

sheepy

total downloads of sheepy sheepy's License latest version of sheepy coverage status of github.com/YounGoat/nodejs.sheepy dependencies of github.com/YounGoat/nodejs.sheepy devDependencies of github.com/YounGoat/nodejs.sheepy build status of github.com/YounGoat/nodejs.sheepy star github.com/YounGoat/nodejs.sheepy

sheepy is a simple and tiny web server. It maybe the smallest one you have ever met, except that Node.js is necessary to run. See CHANGE LOG for notable changes. If you are interested in contributing to sheepy, see Documents for details.

NPM

Install & Run

# Install
npm install -g sheepy

# Change to root directory
cd /path/to/root/dir/

# Create HTTP server on port 8080
sheepy 8080

Other Ways Beyond SHEEPY

There are many other ways to serve static files via HTTP.

  • Python SimpleHTTPServer

    python -m SimpleHTTPServer 8080
    

Keywords

httpd

FAQs

Package last updated on 12 Jul 2017

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