Ruby on Rails
Django
Laravel
ASP.NET
ExpressJS
Flask
Node.js
CodeIgniter
Resque
Sidekiq
delayed_job
Hangfire
RabbitMQ
Beanstalkd
IronWorker
Redis
We recommend LibHunt Ruby for discovery and comparisons of trending Ruby projects. Also, to find more open-source ruby alternatives, you can check out libhunt.com/r/rails
Ruby on RailsNo Resque videos yet. You could help us improve this page by suggesting one.
Based on our record, Ruby on Rails seems to be a lot more popular than Resque. While we know about 151 links to Ruby on Rails, we've tracked only 10 mentions of Resque. 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.
Phoenix is a framework for Elixir, the same way Rails is a framework for Ruby. Its mission is to be a productive framework that doesn't compromise on speed or maintainability. - Source: dev.to / 4 months ago
Laravel, Rails, and Django remain the most battle-tested full-stack frameworks in 2026. - Source: dev.to / 6 months ago
"Empty barrels always make the most sound" says my co-national Alborosie in Poser, and I thought this would not apply to DHH, the creator of Ruby on Rails, because he is not only noisy about his opinions, he is friggin loud as f***. - Source: dev.to / 7 months ago
Kamal is a deployment tool created by DHH, the creator of Ruby on Rails. As stated in their website:. - Source: dev.to / 8 months ago
Django needs a marketing push. I opened the website and immediately it smells like a 2011 web framework. Like CakePHP. Like Zend. Like Kohana. The site makes the project feel extremely dated, which of course I have no idea how true that is, I've never used Django! Just my 2c from an outsider. I compare it to Phoenix and Rails. (again, talking PURELY marketing here dudes!) https://www.phoenixframework.org/... - Source: Hacker News / 9 months ago
Seven gems, one problem. 37signals was running seven separate gems just to cover the edge cases Resque didn't handle natively. That became the brief for Solid Queue. - Source: dev.to / 2 months ago
Resque relies on Redis for job queue management and is known for its scalability and efficiency. - Source: dev.to / over 1 year ago
We split the staging server into two instances using Ubuntu 22.04 as the base image. The first instance is for a web server with nginx, passenger and MySQL. The second instance is for the support server and this is where we install redis, memcache, mongodb and resque. - Source: dev.to / about 2 years ago
It is hard to imagine any big and complex Rails project without background jobs processing. There are many gems for this task: **Delayed Job, Sidekiq, Resque, SuckerPunch** and more. And Active Job has arrived here to rule them all. - Source: dev.to / about 2 years ago
Rollbar is a great error-tracking service. It alerts us on exceptions and errors, provides analysis tools and dashboard, so we can see, reproduce, and fix bugs quickly when something went wrong. This service has a possibility to log not only uncaught exceptions but any messages. By default, the messages are reported synchronously, but you can enable asynchronous reporting using Sidekiq, girl_friday, or Resque.... - Source: dev.to / about 2 years ago
Django - The Web framework for perfectionists with deadlines
Sidekiq - Sidekiq is a simple, efficient framework for background job processing in Ruby
Laravel - A PHP Framework For Web Artisans
delayed_job - Database based asynchronous priority queue system -- Extracted from Shopify - collectiveidea/delayed_job
ASP.NET - ASP.NET is a free web framework for building great Web sites and Web applications using HTML, CSS and JavaScript.
Hangfire - An easy way to perform background processing in .NET and .NET Core applications.