Rhino

Rhino is a simple Ruby server that can run rack apps. It is written as a fun experiment.

Installation

gem install rhino

Usage

rhino

Advanced

rhino [options] [./config.ru]
    -h, --help     help
    -v, --version  version
    -b, --bind     bind (default: 0.0.0.0)
    -p, --port     port (default: 5000)
    --backlog      backlog (default: 64)
    --reuseaddr    reuseaddr (default: true)

Status

<img src=“https://img.shields.io/travis/ksylvest/rhino.svg” /> <img src=“https://img.shields.io/gemnasium/ksylvest/rhino.svg” /> <img src=“https://img.shields.io/coveralls/ksylvest/rhino.svg” /> <img src=“https://img.shields.io/codeclimate/github/ksylvest/rhino.svg” />

Copyright © 2015 - 2016 Kevin Sylvestre. See LICENSE for details.