Software Alternatives & Reviews

Traefik VS nginx

Compare Traefik VS nginx and see what are their differences

Traefik logo Traefik

Load Balancer / Reverse Proxy

nginx logo nginx

A high performance free open source web server powering busiest sites on the Internet.
  • Traefik Landing page
    Landing page //
    2023-07-13
  • nginx Landing page
    Landing page //
    2023-07-28

Traefik videos

Traefik: A Scalable and Highly Available Edge Router by Damien Duportalt

More videos:

  • Review - Playing around with Traefik
  • Review - Rocket.Chat on Amazon EKS with Traefik. By Aaron Ogle, Lead Cloud Architect

nginx videos

Nginx vs Apache Webservers: Main Differences

More videos:

  • Review - Nginx Web Hosting - 5 Best Nginx Reverse Proxy That Support Millions of Web Traffic!
  • Review - NGINX as a Reverse Proxy (listening on port 80)

Category Popularity

0-100% (relative to Traefik and nginx)
Web Servers
40 40%
60% 60
Web And Application Servers
Load Balancer / Reverse Proxy
Application Server
0 0%
100% 100

User comments

Share your experience with using Traefik and nginx. For example, how are they different and which one is better?
Log in or Post with

Reviews

These are some of the external sources and on-site user reviews we've used to compare Traefik and nginx

Traefik Reviews

10 Awesome Open Source Load Balancers
Traefik is a reverse proxy and L7 load balancer. Written in Go, it’s designed to support microservices and container-powered services in a distributed system. It has native support for Docker Swarm and Kubernetes orchestration, as well as service registries such as etcd or Consul. It also offers extensive support for WebSocket, HTTP/2, and gRPC services. Traefik integrates...
Top 5 Open-Source Load Balancers 2021
The modern and efficient, Traefik is an open-source reverse proxy and load balancer that provides a simple routing platform without engaging any complexities. Most popular among the Github Fanclub, Traefik owns approximately 27.7k Github stars.
Source: linuxways.net
The 5 Best Open Source Load Balancers
Traefik bills itself as the “cloud native edge router.” It’s a modern microservices-focused application load balancer and reverse proxy written in Golang. With its emphasis on support for several modern container orchestration platforms, batteries-included logging, and several popular metric formats, Traefik is a top choice for container-based microservices architectures.
Source: logz.io

nginx Reviews

13 Best XAMPP Alternatives
Nginx is an open-source, high-performance web server used by tech companies, including Pinterest, Airbnb, Cloudflare, and Zendesk. It has been called the new Apache for its ability to scale more efficiently than other web servers, and many developers prefer it because it’s easy to deploy. Nginx also integrates with many programming languages via FastCGI.
Source: thetechtian.com
7 Best Containerization Software Solutions of 2022
If your enterprise is undergoing digital transformation, the NGINX application platform can help you modernize your legacy applications and deliver new microservices‑based applications – with performance, reliability, security, and scale.
Source: techgumb.com
Apache, IIS, NGINX, GWS : What’s Your Choice?
Utilizing a specific type of virtual or physical server determines the type of web server software you use. If you prefer Microsoft, then you will prefer to use IIS (Internet Information Services / Server) by Microsoft as your primary web server application solution. If you use Linux distribution, you have other alternatives like Apache, NGINX and LiteSpeed.
Source: www.milesweb.in
10 Awesome Open Source Load Balancers
Nginx is a battle-tested piece of software written in C and initially introduced in 2004. Since then, it has grown to be an all-in-one reverse proxy, load balancer, mail proxy, and HTTP cache. It offers L7 load balancing support for HTTP, HTTPS, FastCGI, uWSGI, SCGI, Memcached, and gRPC backends. Nginx’s process worker model is highly scalable and deployed at large scales in...
10 Open Source Load Balancer for HA and Improved Performance
I know what you might be thinking. Nginx is a web server, proxy server, etc. But open-source Nginx does support a basic level of content switching & request routing distribution across multiple servers.
Source: geekflare.com

Social recommendations and mentions

nginx might be a bit more popular than Traefik. We know about 45 links to it since March 2021 and only 34 links to Traefik. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.

Traefik mentions (34)

  • Running Docker based web applications in Hashicorp Nomad with Traefik Load balancing
    In previous post, we discussed creating a basic Nomad cluster in the Vultr cloud. Here, we will use the cluster created to deploy a load-balanced sample web app using the service discovery capability of Nomad and its native integration with the Traefik load balancer. The source code is available here for the reference. - Source: dev.to / about 1 month ago
  • Ask HN: How do you come up with side project ideas in 2024?
    Traefik (https://traefik.io/traefik) is also pretty good at this. I've used it to get certs auto-renewed for my projects. - Source: Hacker News / 2 months ago
  • Deploying Your Container with HTTPS Using Traefik as a Reverse Proxy
    In the modern landscape of web applications and services, ensuring secure and efficient traffic routing is crucial. Reverse proxies play a pivotal role in handling incoming requests, enabling SSL termination, and load balancing, all while enhancing the overall security and scalability of your infrastructure. One of the most popular and feature-rich reverse proxies is Traefik. - Source: dev.to / 9 months ago
  • Best way to deploy 8 different webs
    Yes, there's a small downtime when I deploy the app, but I am considering using Traefik to hold requests while the new build is up and running and ready to accept incoming requests. Source: 10 months ago
  • Raspberry Pi 3b+ enough for proxy server
    I have seen / heard good things abut Traefik [Traefik site] but not used it . Source: 10 months ago
View more

nginx mentions (45)

  • How to securely reverse-proxy ASP.NET Core web apps
    However, it's very unlikely that .NET developers will directly expose their Kestrel-based web apps to the internet. Typically, we use other popular web servers like Nginx, Traefik, and Caddy to act as a reverse-proxy in front of Kestrel for various reasons:. - Source: dev.to / about 2 months ago
  • Ask HN: Is nginx.org (the domain-name itself) gone?
    So at least the servers that host https://nginx.org are not down. - Source: Hacker News / about 1 month ago
  • [06/52] Accessible Kubernetes with Terraform and DigitalOcean
    > curl www.mydomain.com Welcome to nginx! Html { color-scheme: light dark; } Body { width: 35em; margin: 0 auto; Font-family: Tahoma, Verdana, Arial, sans-serif; } Welcome to nginx! If you see this page,... - Source: dev.to / 2 months ago
  • Five Apache projects you probably didn't know about
    APISIX is an API Gateway. It builds upon OpenResty, a Lua layer built on top of the famous nginx reverse-proxy. APISIX adds abstractions to the mix, e.g., Route, Service, Upstream, and offers a plugin-based architecture. - Source: dev.to / 4 months ago
  • What is Forward Proxy and Reverse Proxy
    Https://nginx.org/ Https://stackoverflow.com/questions/224664/whats-the-difference-between-a-proxy-server-and-a-reverse-proxy-server Ttps://dltlabs.medium.com/demystifying-forward-and-reverse-proxies-e52eea330e85 Https://www.websense.com/content/support/library/web/v773/wcg_help/proxy2.aspx. - Source: dev.to / 5 months ago
View more

What are some alternatives?

When comparing Traefik and nginx, you can also consider the following products

AWS Elastic Load Balancing - Amazon ELB automatically distributes incoming application traffic across multiple Amazon EC2 instances in the cloud.

Apache Tomcat - An open source software implementation of the Java Servlet and JavaServer Pages technologies

Haproxy - Reliable, High Performance TCP/HTTP Load Balancer

Apache HTTP Server - Apache httpd has been the most popular web server on the Internet since April 1996

Google Cloud Load Balancing - Google Cloud Load Balancer enables users to scale their applications on Google Compute Engine.

Oracle WebLogic - Receive a complimentary technical review and consultation on moving your Oracle WebLogic Server applications into containers.