Software Alternatives & Reviews

Puma VS Unicorn

Compare Puma VS Unicorn and see what are their differences

Puma logo Puma

A concurrent web server for Ruby.

Unicorn logo Unicorn

Unicorn is an HTTP server for Rack applications designed to only serve fast clients on low-latency, high-bandwidth connections.
  • Puma Landing page
    Landing page //
    2023-06-13
  • Unicorn Landing page
    Landing page //
    2023-09-12

Puma videos

The Ford Puma has an onboard foot SPA! REVIEW

More videos:

  • Review - 2021 Ford Puma review – why it's the best new small SUV on sale | What Car?
  • Review - Ford Puma 2021 review

Unicorn videos

War Thunder: Tiger H1 Super Unicorn Review

More videos:

  • Review - War Thunder: OTOMATIC Super Unicorn Review
  • Review - M4A3 (76) HVSS Wannabe Unicorn Review

Category Popularity

0-100% (relative to Puma and Unicorn)
Web And Application Servers
Application Server
18 18%
82% 82
Web Servers
17 17%
83% 83
HTTP/2 Web Server
100 100%
0% 0

User comments

Share your experience with using Puma and Unicorn. For example, how are they different and which one is better?
Log in or Post with

Reviews

These are some of the external sources and on-site user reviews we've used to compare Puma and Unicorn

Puma Reviews

Unicorn vs. Puma vs. Passenger: which app server is right for you?
There's a reason Puma is the default app server for newly generated Rails apps and on Heroku today: it's easy to configure and mostly "just works" out-of-the-box. It makes a lot of sense to start with Puma and evaluate Passenger as your app grows and needs more advanced features and configuration options.
Source: scoutapm.com

Unicorn Reviews

Unicorn vs. Puma vs. Passenger: which app server is right for you?
Puma and Passenger are equipped to handle slow clients. Unicorn cannot help with slow clients by itself: requests go directly to a worker process. Unicorn doesn't hide this. The Unicorn docs clearly state: "You should not allow unicorn to serve clients outside of your local network". However, you can get around by using Nginx as a reverse proxy and letting it buffer client...
Source: scoutapm.com

Social recommendations and mentions

Based on our record, Puma should be more popular than Unicorn. It has been mentiond 3 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.

Puma mentions (3)

  • Breaking the 300 barrier
    As we use Puma as our webserver for our rails application, I quickly went to Puma's config file which typically resides in config/puma.rb. The config was set as. - Source: dev.to / 2 months ago
  • What's new in Ruby 3.1?
    One more thing - any top-of-mind examples of you squeezing more performance by making similar changes in the context of Puma? Source: over 2 years ago
  • Ask HN: Coming back to Web/Ruby/Rails since 2012. Help?
    Welcome back. It's still the best choice in the Ruby world, well maintained, responsive and new features added. Shopify and github use it, you might want to look at the Rails 6 annoucements what these companies added for scalability features. There've been changes to the asset pipeline since version 3 but you'll still recognize it. You can run Rails as API-only and there's subprojects/tutorials for combining a... - Source: Hacker News / about 3 years ago

Unicorn mentions (1)

What are some alternatives?

When comparing Puma and Unicorn, you can also consider the following products

Phusion Passenger - Phusion Passenger is a multi-language (Ruby, Python, Node) web & app server which can integrate into Apache and Nginx

Microsoft IIS - Internet Information Services is a web server for Microsoft Windows

LiteSpeed Web Server - LiteSpeed Web Server (LSWS) is a high-performance Apache drop-in replacement.

Apache Tomcat - An open source software implementation of the Java Servlet and JavaServer Pages technologies

NGINX Unit - A dynamic web and application server with Go, PHP, Python, Perl, and Ruby support.

Gunicorn - Gunicorn is a Python WSGI HTTP Server for UNIX.