Help developers discover the tools you use. Get visibility for your team's tech choices and contribute to the community's knowledge.
It comes as a pre-built docker image that enables you to easily forward to your websites running at home or otherwise, including free SSL, without having to know too much about Nginx or Letsencrypt. | 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. |
Beautiful and Secure Admin Interface based on Tabler;
Easily create forwarding domains, redirections, streams, and 404 hosts without knowing anything about Nginx;
Free SSL using Let's Encrypt or provide your own custom SSL certificates;
Access Lists and basic HTTP Authentication for your hosts;
Advanced Nginx configuration available for super users;
User management, permissions, and audit log | 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 | |
GitHub Stars 29.1K | GitHub Stars - |
GitHub Forks 3.4K | GitHub Forks - |
Stacks 18 | Stacks 0 |
Followers 20 | Followers 1 |
Votes 0 | Votes 1 |
Integrations | |
| No integrations available | |

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.