sheepy
v0.1.1
Published
A Simple Static HTTP Server
Downloads
3
Readme
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.
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