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)
Copyright (c) 2015 - 2020 Kevin Sylvestre. See LICENSE for details.