Help developers discover the tools you use. Get visibility for your team's tech choices and contribute to the community's knowledge.
ngrok is a reverse proxy that creates a secure tunnel between from a public endpoint to a locally running web service. ngrok captures and analyzes all traffic over the tunnel for later inspection and replay. | 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. |
Expose any http service behind a NAT or firewall to the internet on a subdomain of ngrok.com;Expose any tcp service behind a NAT or firewall to the internet on a random port of ngrok.com;Inspect all http requests/responses that are transmitted over the tunnel;Replay any request that was transmitted over the tunnel | Continuously updates its configuration (No restarts!);
Supports multiple load balancing algorithms;
Provides HTTPS to your microservices by leveraging Let's Encrypt (wildcard certificates support);
Circuit breakers, retry;
High Availability with cluster mode;
See the magic through its clean web UI;
Websocket, HTTP/2, GRPC ready;
Provides metrics;
Keeps access logs;
Fast;
Exposes a Rest API |
Statistics | |
GitHub Stars 24.4K | GitHub Stars - |
GitHub Forks 4.3K | GitHub Forks - |
Stacks 420 | Stacks 965 |
Followers 457 | Followers 1.2K |
Votes 57 | Votes 93 |
Pros & Cons | |
Pros
Cons
| Pros
Cons
|
Integrations | |

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.

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.

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.

The #1 cross-platform terminal with built-in ssh client which works as your own portable server management system in any situation.

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.

GoTTY is a simple command line tool that turns your CLI tools into web applications.

Hipache is a distributed proxy designed to route high volumes of http and websocket traffic to unusually large numbers of virtual hosts, in a highly dynamic topology where backends are added and removed several times per second. It is particularly well-suited for PaaS (platform-as-a-service) and other environments that are both business-critical and multi-tenant.
PageKite is a system for exposing localhost servers to the public Internet. It is most commonly used to make local web servers or SSH servers publicly visible, although almost any TCP-based protocol can work if the client knows how to use an HTTP proxy.

It can be installed under macOS and Windows with just a few clicks. It provides them with all the tools they need to run WordPress on their desktop PC for testing or development purposes, for example. It doesn't matter if you prefer Apache or Nginx or if you want to work with PHP, Python, Perl or Ruby.

node-http-proxy is an HTTP programmable proxying library that supports websockets. It is suitable for implementing components such as proxies and load balancers.