Skip to content

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

License

Notifications You must be signed in to change notification settings

guilleiguaran/rogue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages