Metadata


Name
puma
Version
6.6.0
Platform
java
Authors
Evan Phoenix
Bindir
bin
Date
2025-01-28 00:00:00 UTC
Dependencies
nio4r (~> 2.0)
Description
Puma is a simple, fast, multi-threaded, and highly parallel HTTP 1.1 server for Ruby/Rack applications. Puma is intended for use in both development and production environments. It's great for highly parallel Ruby implementations such as JRuby and TruffleRuby as well as as providing process worker support to support CRuby well.
Email
evan@phx.io
Executables
puma
pumactl
Files
History.md
LICENSE
README.md
bin/puma
bin/puma-wild
bin/pumactl
docs/architecture.md
docs/compile_options.md
docs/deployment.md
docs/fork_worker.md
docs/images/puma-connection-flow-no-reactor.png
docs/images/puma-connection-flow.png
docs/images/puma-general-arch.png
docs/java_options.md
docs/jungle/README.md
docs/jungle/rc.d/README.md
docs/jungle/rc.d/puma
docs/jungle/rc.d/puma.conf
docs/kubernetes.md
docs/nginx.md
docs/plugins.md
docs/rails_dev_mode.md
docs/restart.md
docs/signals.md
docs/stats.md
docs/systemd.md
docs/testing_benchmarks_local_files.md
docs/testing_test_rackup_ci_files.md
ext/puma_http11/PumaHttp11Service.java
ext/puma_http11/ext_help.h
ext/puma_http11/extconf.rb
ext/puma_http11/http11_parser.c
ext/puma_http11/http11_parser.h
ext/puma_http11/http11_parser.java.rl
ext/puma_http11/http11_parser.rl
ext/puma_http11/http11_parser_common.rl
ext/puma_http11/mini_ssl.c
ext/puma_http11/no_ssl/PumaHttp11Service.java
ext/puma_http11/org/jruby/puma/Http11.java
ext/puma_http11/org/jruby/puma/Http11Parser.java
ext/puma_http11/org/jruby/puma/MiniSSL.java
ext/puma_http11/puma_http11.c
lib/puma.rb
lib/puma/app/status.rb
lib/puma/binder.rb
lib/puma/cli.rb
lib/puma/client.rb
lib/puma/cluster.rb
lib/puma/cluster/worker.rb
lib/puma/cluster/worker_handle.rb
lib/puma/commonlogger.rb
lib/puma/configuration.rb
lib/puma/const.rb
lib/puma/control_cli.rb
lib/puma/detect.rb
lib/puma/dsl.rb
lib/puma/error_logger.rb
lib/puma/events.rb
lib/puma/io_buffer.rb
lib/puma/jruby_restart.rb
lib/puma/json_serialization.rb
lib/puma/launcher.rb
lib/puma/launcher/bundle_pruner.rb
lib/puma/log_writer.rb
lib/puma/minissl.rb
lib/puma/minissl/context_builder.rb
lib/puma/null_io.rb
lib/puma/plugin.rb
lib/puma/plugin/systemd.rb
lib/puma/plugin/tmp_restart.rb
lib/puma/puma_http11.jar
lib/puma/rack/builder.rb
lib/puma/rack/urlmap.rb
lib/puma/rack_default.rb
lib/puma/reactor.rb
lib/puma/request.rb
lib/puma/runner.rb
lib/puma/sd_notify.rb
lib/puma/server.rb
lib/puma/single.rb
lib/puma/state_file.rb
lib/puma/thread_pool.rb
lib/puma/util.rb
lib/rack/handler/puma.rb
tools/Dockerfile
tools/trickletest.rb
Homepage
https://puma.io
Licenses
BSD-3-Clause
Metadata
{"bug_tracker_uri"=>"https://github.com/puma/puma/issues", "changelog_uri"=>"https://github.com/puma/puma/blob/master/History.md", "homepage_uri"=>"https://puma.io", "source_code_uri"=>"https://github.com/puma/puma", "rubygems_mfa_required"=>"true"}
Require paths
lib
Required ruby version
>= 2.4
Required rubygems version
>= 0
Rubygems version
3.3.26
Specification version
4
Summary
A Ruby/Rack web server built for parallelism.
Original platform
java
New platform
java