a23cee176f
This fixes following commits:99b692d10e0f92b5ebfd074a308471PR: 289973
8 lines
353 B
Plaintext
8 lines
353 B
Plaintext
Puma is a simple, fast, threaded, and highly concurrent HTTP 1.1 server for
|
|
Ruby/Rack applications. Puma is intended for use in both development and
|
|
production environments. In order to get the best throughput, it is highly
|
|
recommended that you use a Ruby implementation with real threads like Rubinius
|
|
or JRuby.
|
|
|
|
See also: https://github.com/puma/puma
|