Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 263 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 263 Bytes

servloko

A simple way to take a ruby script and serve it up via an HTTP port.

install

$> gem install servloko

usage

servloko [thin opts (thin -h)]

$> servloko /path/to/ruby/file.rb
$> servloko /path/to/ruby/file.rb [thin opts]