Project

rhino

0.01
No release in over 3 years
This should probably never be used.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

>= 0
>= 0
 Project Readme

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

CircleCI CodeClimate (Maintainability) CodeClimate (Test Coverage)

Copyright

Copyright (c) 2015 - 2020 Kevin Sylvestre. See LICENSE for details.