Help developers discover the tools you use. Get visibility for your team's tech choices and contribute to the community's knowledge.
An open-source, FFmpeg-based video encoding API that supports multiple concurrent instances. Easily scale video processing with parallel encoding, efficient resource management, and flexible API en... | APM is a production-grade process manager for Linux, built for DevOps and backend teams. Run and supervise Node.js, Python, Go, Rust, Ruby, PHP, or any Linux executable. Ships with a built-in reverse proxy, token bucket rate limiter, TLS/mTLS, file watcher, and a live web GUI — all in a single 2.5MB static binary with zero dependencies. |
RESTful Video Encoding API, FFmpeg-powered processing engine, Self-hosted & Open-source, Docker-ready deployment, Asynchronous encoding jobs, Background processing & queue support, Format conversion (MP4, WebM, MOV, etc.), Resolution scaling & bitrate control, Thumbnail generation, Webhook support for job status, Preset-based encoding system, Cloud storage compatible (S3-compatible), Horizontal scaling ready, Lightweight & infrastructure-friendly, | Process management, Reverse proxy, Rate limiting, TLS/mTLS, File watcher, Live dashboard, Load balancing, Static binary, Zero dependencies, Log management, CLI monitor, Health monitoring, Auto restart, Clustering, Zero downtime deployment, CPU monitoring, Memory monitoring, Environment variables, Startup scripts |
Statistics | |
Stacks 1 | Stacks 0 |
Followers 1 | Followers 1 |
Votes 1 | Votes 1 |

HAProxy (High Availability Proxy) is a free, very fast and reliable solution offering high availability, load balancing, and proxying for TCP and HTTP-based applications.

Sidekiq uses threads to handle many jobs at the same time in the same process. It does not require Rails but will integrate tightly with Rails 3/4 to make background processing dead simple.

A modern HTTP reverse proxy and load balancer that makes deploying microservices easy. Traefik integrates with your existing infrastructure components and configures itself automatically and dynamically.

Beanstalks's interface is generic, but was originally designed for reducing the latency of page views in high-volume web applications by running time-consuming tasks asynchronously.

With Elastic Load Balancing, you can add and remove EC2 instances as your needs change without disrupting the overall flow of information. If one EC2 instance fails, Elastic Load Balancing automatically reroutes the traffic to the remaining running EC2 instances. If the failed EC2 instance is restored, Elastic Load Balancing restores the traffic to that instance. Elastic Load Balancing offers clients a single point of contact, and it can also serve as the first line of defense against attacks on your network. You can offload the work of encryption and decryption to Elastic Load Balancing, so your servers can focus on their main task.

It is an open-source framework that helps you to create, process and manage your background jobs, i.e. operations you don't want to put in your request processing pipeline. It supports all kind of background tasks – short-running and long-running, CPU intensive and I/O intensive, one shot and recurrent.

Deploy apps through our global load balancer with minimal shenanigans. All Fly-enabled applications get free SSL certificates, accept traffic through our global network of datacenters, and encrypt all traffic from visitors through to application servers.

Originally built at Lyft, Envoy is a high performance C++ distributed proxy designed for single services and applications, as well as a communication bus and “universal data plane” designed for large microservice “service mesh” architectures.

Background jobs can be any Ruby class or module that responds to perform. Your existing classes can easily be converted to background jobs or you can create new classes specifically to do work. Or, you can do both.

Delayed_job (or DJ) encapsulates the common pattern of asynchronously executing longer tasks in the background. It is a direct extraction from Shopify where the job table is responsible for a multitude of core tasks.