GitXplorerGitXplorer
k

rhino

public
16 stars
2 forks
1 issues

Commits

List of commits on branch main.
Unverified
3ff05dbecec02f539eca26859c94b775ec448fd2

Bump rexml from 3.3.6 to 3.3.9

ddependabot[bot] committed 3 months ago
Unverified
3a458c136c3d259d6113096e967da9450c2e9054

Bump rexml from 3.3.3 to 3.3.6

ddependabot[bot] committed 5 months ago
Unverified
91a3be7396b3ef79b9acb1201145d29a8b9922a1

Bump rexml from 3.2.8 to 3.3.3

ddependabot[bot] committed 6 months ago
Unverified
709c1101f03cd29e06216a995953946181f14c52

Bump rack from 3.0.10 to 3.0.11

ddependabot[bot] committed 8 months ago
Unverified
4008a6f3667b42b5990ee2573c002fef8505bd75

Bump rexml from 3.2.5 to 3.2.8

ddependabot[bot] committed 8 months ago
Unverified
c4219609a40d835a242014b644b86bb5fc51b649

Bump rake from 13.2.0 to 13.2.1

ddependabot[bot] committed 9 months ago

README

The README file for this repository.

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.