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

You Might Also Like
MongoDB Atlas runs apps anywhere Icon
MongoDB Atlas runs apps anywhere

Deploy in 115+ regions with the modern database for every enterprise.

MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Start 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