Home

Awesome

Rogue

Minimal HTTP server for Rack applications powered by the superpowers of others

Rogue by Marvel Comics

Description

Rogue is a minimal and fast HTTP 1.1 server for Rack applications.

Rogue is powered by:

Rogue is highly inspired in Thin

Installation

$ gem install rogue

Usage

Rails

Add Light to your Gemfile:

gem "rogue"

Run your application with Rogue:

rails s rogue

Sinatra

Configure Sinatra to use Rogue:

configure { set :server, :rogue }

Rack

Run rackup using rogue:

$ rackup -s rogue

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Copyright

Copyright (c) 2014 Guillermo Iguaran. See LICENSE for further details.