Unlike other Ruby Webservers, Puma was built for speed and parallelism. Puma is a small library that provides a very fast and concurrent HTTP 1.1 server for Ruby web applications. It is designed for running Rack apps only. What makes Puma so fast is the careful use of a Ragel extension to provide fast, accurate HTTP 1.1 protocol parsing. This makes the server scream without too many portability issues. If you are using Bundler, just add Puma to your project's Gemfile. Once you've installed your bundle, start Puma. If you are not using Bundler, you can install Puma directly from the command line. On MRI, there is a Global VM Lock (GVL) that ensures only one thread can run Ruby code at a time. But if you're doing a lot of blocking IO (such as HTTP calls to external APIs like Twitter), Puma still improves MRI's throughput by allowing IO waiting to be done in parallel.

Features

  • Puma also works well with Ruby (MRI) and JRuby
  • Simple, fast, multi-threaded, and highly concurrent HTTP 1.1 server for Ruby/Rack applications
  • Puma processes requests using a C-optimized Ragel extension
  • Concurrent Ruby implementations (JRuby, Rubinius) will use all available CPU cores
  • Each request is served in a separate thread
  • Puma will install/compile with support for ssl sockets, assuming OpenSSL development files are installed on the system

Project Samples

Project Activity

See All Activity >

Categories

Web Services

License

BSD License

Follow Puma

Puma Web Site

Other Useful Business Software
Ship AI Apps Faster with Vertex AI Icon
Ship AI Apps Faster with Vertex AI

Go from idea to deployed AI app without managing infrastructure. Vertex AI offers one platform for the entire AI development lifecycle.

Ship AI apps and features faster with Vertex AI—your end-to-end AI platform. Access Gemini 3 and 200+ foundation models, fine-tune for your needs, and deploy with enterprise-grade MLOps. Build chatbots, agents, or custom models. New customers get $300 in free credit.
Try Vertex AI Free
Rate This Project
Login To Rate This Project

User Reviews

Be the first to post a review of Puma!

Additional Project Details

Operating Systems

Mac, Windows

Programming Language

Ruby

Related Categories

Ruby Web Services Software

Registered

2021-08-19