awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
brthor avatar

brthor/Gofer.NET

0
View on GitHub↗
561 stars·47 forks·C#·MIT·10 views

Gofer.NET

Easy C# API for Distributed Background Tasks/Jobs for .NET Core.

Features

  • Scheduling and Automation - Distributed background task API.

Star history

Star history chart for brthor/gofer.netStar history chart for brthor/gofer.net

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Gofer.NET

Similar open-source projects, ranked by how many features they share with Gofer.NET.
  • atifaziz/ncrontabatifaziz avatar

    atifaziz/NCrontab

    986View on GitHub↗

    Crontab for .NET

    C#crontabdotnethacktoberfest
    View on GitHub↗986
  • dotnet-state-machine/statelessdotnet-state-machine avatar

    dotnet-state-machine/stateless

    6,191View on GitHub↗

    Stateless is a .NET state machine library used to manage complex object behaviors and lightweight workflows through C# code. It functions as an asynchronous workflow engine that executes state transitions, guards, and entry-exit actions using asynchronous tasks. The library implements a hierarchical state machine, allowing child states to inherit transitions and properties from parent superstates. It includes a state persistence framework that decouples state tracking from machine logic by reading and writing the current state to external properties or databases. Additionally, it features a g

    C#
    View on GitHub↗6,191
  • fluentscheduler/fluentschedulerfluentscheduler avatar

    fluentscheduler/FluentScheduler

    2,767View on GitHub↗

    Automated job scheduler with fluent interface for the .NET platform.

    C#
    View on GitHub↗2,767
  • hangfireio/hangfireHangfireIO avatar

    HangfireIO/Hangfire

    10,015View on GitHub↗

    Hangfire is a background job scheduler and distributed task queue for .NET applications. It serves as a job orchestration framework that offloads heavy processing to background workers using a SQL-backed processor to manage job state across multiple servers. The framework distinguishes itself through reliable task scheduling, where job metadata and arguments are persisted in an external database to ensure tasks survive application restarts. It supports advanced orchestration patterns, including the ability to chain dependent tasks so that a child job triggers automatically upon the successful

    C#background-jobsbackground-threadbackground-worker
    View on GitHub↗10,015
See all 8 alternatives to Gofer.NET→

Frequently asked questions

What does brthor/gofer.net do?

Easy C# API for Distributed Background Tasks/Jobs for .NET Core.

What are the main features of brthor/gofer.net?

The main features of brthor/gofer.net are: Scheduling and Automation.

What are some open-source alternatives to brthor/gofer.net?

Open-source alternatives to brthor/gofer.net include: atifaziz/ncrontab — Crontab for .NET. dotnet-state-machine/stateless — Stateless is a .NET state machine library used to manage complex object behaviors and lightweight workflows through C#… fluentscheduler/fluentscheduler — Automated job scheduler with fluent interface for the .NET platform. hangfireio/hangfire — Hangfire is a background job scheduler and distributed task queue for .NET applications. It serves as a job… jamesmh/coravel — Coravel is a .NET application framework library providing a set of tools for task scheduling, background job queuing,… leosperry/chroniton — A library for running tasks(jobs) on schedules.