HAProxy
HAProxy (High Availability Proxy) is a free, open-source TCP and HTTP load balancer and reverse proxy known for high performance and reliability.
7 resources across 3 libraries
Glossary Terms(4)
HAProxy
HAProxy (High Availability Proxy) is a free, open-source TCP and HTTP load balancer and reverse proxy known for high performance and reliability.
Caddy Server
Caddy is an open-source web server and reverse proxy written in Go, notable for automatically obtaining and renewing HTTPS certificates by default.
Squid Proxy
Squid is a mature, open-source caching and forwarding proxy server that supports HTTP, HTTPS, and FTP, commonly used to reduce bandwidth usage and control outb…
Varnish Cache
Varnish Cache is an open-source HTTP accelerator (reverse-proxy cache) designed to dramatically speed up content-heavy websites by storing responses in memory.
Cheat Sheets(1)
Interview Questions(2)
How Does Load Balancing Across Database Replicas Work?
Load balancing across database replicas is the practice of distributing read queries across multiple replica servers using a strategy such as round robin, leas…
What is a Reverse Proxy?
A reverse proxy is a server that sits in front of one or more backend servers and accepts client requests on their behalf, forwarding each request to an approp…