Puma is a simple, fast, multi-threaded, and highly parallel HTTP 1.1 server for Ruby/Rack applications, suitable for both development and production.
gem install pumaNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Start a minimal Puma server with a Rack app
Set workers and threads in your Puma config file, e.g., workers 2, threads_count 4.
No dependency data recorded yet.