Software Alternatives, Accelerators & Startups

Hangfire VS Azure Logic Apps

Compare Hangfire VS Azure Logic Apps and see what are their differences

Hangfire logo Hangfire

An easy way to perform background processing in .NET and .NET Core applications.

Azure Logic Apps logo Azure Logic Apps

Discover the leading Integration Platform as a Service (iPaaS) that enables key enterprise scenarios for developers to build powerful integration solutions quickly.
  • Hangfire Landing page
    Landing page //
    2023-10-04
  • Azure Logic Apps Landing page
    Landing page //
    2023-04-22

Hangfire videos

AK 47 Wasr Hangfire - shooter beware

Azure Logic Apps videos

Azure Logic Apps Tutorial

More videos:

  • Review - 1. Introduction to Azure Logic Apps

Category Popularity

0-100% (relative to Hangfire and Azure Logic Apps)
Data Integration
64 64%
36% 36
Web Service Automation
58 58%
42% 42
Stream Processing
64 64%
36% 36
Microservices Tools
100 100%
0% 0

User comments

Share your experience with using Hangfire and Azure Logic Apps. 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 Hangfire and Azure Logic Apps

Hangfire Reviews

We have no reviews of Hangfire yet.
Be the first one to post

Azure Logic Apps Reviews

Best iPaaS Softwares
Azure Logic Apps provides a way to simplify and implement scalable integrations and workflows in the cloud. It provides a visual designer to model and automate your process as a series of steps known as a workflow
Source: iotbyhvm.ooo

Social recommendations and mentions

Based on our record, Hangfire should be more popular than Azure Logic Apps. It has been mentiond 5 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.

Hangfire mentions (5)

  • Do I need message queues for sending emails/texts via services like SendGrid, AWS SES, Twilio etc.? How do you decide if you need message queues or not? What questions do you ask yourself?
    Hangfire (https://hangfire.io) includes default exception handling and is very extensible, I think it's a good mid-level choice and a good alternative to other queue mechanism, if you can't afford to host a separated queue service or can't manage a separated service; also scales pretty well (you can have multiple servers handling the same background job queue, or different queues). It runs on Sql Server and MySql... Source: almost 2 years ago
  • jsonb in postgres and should I use it or not?
    I used to just use hangfire.io in .net and worked wonderfully for any long running tasks or schedules. Had a great queuing system, UI to know if they failed , etc. That's how I'd send emails, pdf's, and other things along that nature. Then if it were more just a db related operation, just setup a schedule in mssql job service. Source: about 2 years ago
  • How can In make a function run at a certain date in the future?
    You can use hangfire for cronjob, to run at a time in future, you can use Hangfire.Schedule(jobid, datetime). Source: about 2 years ago
  • How to handle processing of an entity through different states?
    So another option is to use something like https://hangfire.io to pull the jobs and process them? Source: about 2 years ago
  • How to update database in a Parallel.For loop?
    I've got a fairly large process I need to handle in background on my .net core web app so I've exported it to a background task using Hangfire. Source: almost 3 years ago

Azure Logic Apps mentions (1)

  • My Experience with Microsoft Excel During IT Projects
    Over the last couple of years, I had projects involving Excel. In this post, I will dive into the details of implementations (use cases) concerning Excel Workbooks. One project involved processing Excel files in a Container running on an Azure Kubernetes Service (AKS) cluster, the other generating an Excel Workbook for reporting purposes orchestrated by an Azure Logic App. Source: almost 2 years ago

What are some alternatives?

When comparing Hangfire and Azure Logic Apps, you can also consider the following products

Sidekiq - Sidekiq is a simple, efficient framework for background job processing in Ruby

Apache Kafka - Apache Kafka is an open-source message broker project developed by the Apache Software Foundation written in Scala.

Resque - Resque is a Redis-backed Ruby library for creating background jobs, placing them on multiple queues, and processing them later.

MuleSoft Anypoint Platform - Anypoint Platform is a unified, highly productive, hybrid integration platform that creates an application network of apps, data and devices with API-led connectivity.

RabbitMQ - RabbitMQ is an open source message broker software.

Google Cloud Pub/Sub - Cloud Pub/Sub is a flexible, reliable, real-time messaging service for independent applications to publish & subscribe to asynchronous events.