fsws

Ruby file system web server. Replaced by https://github.com/schmich/sfs

MIT License

Downloads
26.3K
Stars
3
Committers
1

fsws

A simple Ruby-based file system web server for serving static files from a directory on OSX, Windows, or Linux.

It is intended for use in development for viewing statically-generated sites such as documentation (YARD), blogs (Jekyll), code coverage reports (SimpleCov), profiling reports, etc.

Alternatives include python -m SimpleHTTPServer, nginx, and Apache.

Usage

Start a web server for files in the current directory:

$ gem install fsws
$ fsws

Specify a port:

$ fsws -p 777

Allow external connections:

$ fsws -i 0.0.0.0

Serve files from another directory:

$ fsws -d ../foo

License

Copyright © 2014 Chris Schmich MIT License. See LICENSE for details.

Package Rankings
Top 27.74% on Rubygems.org
Badges
Extracted from project README
Gem Version Dependency Status