Thin VS Goliath

Compare Thin vs Goliath and see what are their differences.

Goliath

Goliath is a non-blocking Ruby web server framework (by postrank-labs)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
Thin Goliath
3 1
2,261 2,445
- -0.0%
3.4 3.7
about 2 months ago 7 months ago
Ruby Ruby
Ruby License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

Thin

Posts with mentions or reviews of Thin. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-07.
  • How to Use Sinatra to Build a Ruby Application
    8 projects | dev.to | 7 Jun 2023
    This one file contains everything needed for this simplified app to run. Run it with ruby main.rb, which should spin up an instance of the Thin web server (the default web server that comes with Sinatra). Visit localhost:4567 and you'll see the JSON response.
  • Newb here: have you written your own web server? Seeking advice
    13 projects | /r/ruby | 18 Jun 2022
    The other major thing you'll run into is performance. WEBrick's HTTP parsing code may look hairy but it is fast. Mongrel was the first Ruby HTTP server to implement it's HTTP parser in C using Ragel, which Thin, Unicorn, and Puma all copied; although there's a bug in the original Mongrel HTTP parser where it does not combine the values duplicate HTTP headers (yes, HTTP Header names can actually be repeated).
  • The Definitive Guide to Rack for Ruby and Rails Developers
    4 projects | dev.to | 24 May 2022
    Now let's run our application using a different server. We'll use Thin, a small, simple, and fast web server.

Goliath

Posts with mentions or reviews of Goliath. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-06-08.
  • 16 Best Ruby Frameworks For Web Development
    21 projects | dev.to | 8 Jun 2021
    The Goliath project can be accessed through its GitHub repository page. Goliath boasts a powerful feature of decluttering the complicated asynchronous requests into a linear execution communication process. The asynchronous mechanism of Goliath can hence be used very quickly for streaming the data, firehose API, etc. Also, Goliath is open-source, which has been a significant factor in its linear development over time. If you are into web-server development in Ruby, you will love working in Goliath.

What are some alternatives?

When comparing Thin and Goliath you can also consider the following projects:

Puma - A Ruby/Rack web server built for parallelism

Phusion Passenger - A fast and robust web server and application server for Ruby, Python and Node.js

falcon - A high-performance web server for Ruby, supporting HTTP/1, HTTP/2 and TLS.

Unicorn - Unofficial Unicorn Mirror.

web-frameworks-benchmark - Padrino, Merb, Rails3, Sinatra and ramaze benchmark

Reel

Rack - A modular Ruby web server interface.