mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 18:41:17 +02:00
8 lines
336 B
Plaintext
8 lines
336 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.
|
|
|
|
WWW: https://puma.io/
|