ksylvest / rhino

A Rack web server written in Ruby from scratch.

Home Page:https://ksylvest.com/posts/2016-10-04/building-a-rack-web-server-in-ruby

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A Rack web server written in Ruby from scratch.

https://ksylvest.com/posts/2016-10-04/building-a-rack-web-server-in-ruby

License:MIT License


Languages

Language:Ruby 100.0%