forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
7 lines
335 B
Text
7 lines
335 B
Text
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.
|
|
|
|
WWW: http://puma.io/
|