Skip to content

impale/rhino

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

gem install rhino
rhino
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)

<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.

About

A Rack web server written in Ruby from scratch.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Ruby 100.0%