0.1.1 • Published 7 years ago

sheepy v0.1.1

Weekly downloads
4
License
ISC
Repository
github
Last release
7 years ago

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
0.1.1

7 years ago

0.1.0

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago