RubyGems.org

puma

0.9.2

Puma is a small library that provides a very fast and concurrent HTTP 1.1 server for Ruby web applications. It is designed for running rack apps only. What makes Puma so fast is the careful use of an Ragel extension to provide fast, accurate HTTP 1.1 protocol parsing. This makes the server scream without too many portability issues.

installgem install puma -v 0.9.2
Authors

Evan Phoenix

282,154 total downloads 809 for this version
Owners

540cb3b3712ffe045113cb03bab616a2

Gemfile
gem "puma", "~> 0.9.2"
Versions
  1. 2.1.0 June 18, 2013
  2. 2.1.0 June 18, 2013 java
  3. 2.0.1 April 30, 2013 java
  4. 2.0.1 April 30, 2013
  5. 2.0.0 April 29, 2013
Show all versions (62 total)
Runtime Dependencies
  1. rack ~> 1.2