Nginx reaches 33.3% web server market share while Apache falls below 50%
1–10 of 190 posts
Re: Nginx reaches 33.3% web server market share while Apache falls below 50%
#2Re: Nginx reaches 33.3% web server market share while Apache falls below 50%
#3Is there anything that competes/a "next Nginx"?
Re: Nginx reaches 33.3% web server market share while Apache falls below 50%
#4Nginx is the web server equivalent of programming languages with fibers (in a good way.) Is there anything that competes/a "next Nginx"?
Caddy is written in Go, and make use of native fibers/green threads/goroutines.
Re: Nginx reaches 33.3% web server market share while Apache falls below 50%
#5It's the 3rd chart on: https://news.netcraft.com/archives/2017/03/24/march-2017-web...
Web server market share depends a lot on which sites you're looking at: are you checking the top X million sites or checking every site you can possibly find out about? And also how you're deduplicating them: is every blogspot blog counted separately?
Disclaimer: I work at Netcraft (but not on the survey).
Re: Nginx reaches 33.3% web server market share while Apache falls below 50%
#6Re: Nginx reaches 33.3% web server market share while Apache falls below 50%
#7Netcraft's web server survey shows nginx at only 20%, and shows Apache dropping below 50% way back in August 2013. That's a big difference compared to w3techs and both sources should be taken with a pinch of salt. It's the 3rd chart on: https://news.netcraft.com/archives/2017/03/24/march-2017-web... Web server market share depends a lot on which sites you're looking at: are you checking the top X million sites or che…
Re: Nginx reaches 33.3% web server market share while Apache falls below 50%
#8Nginx is the web server equivalent of programming languages with fibers (in a good way.) Is there anything that competes/a "next Nginx"?
https://caddyserver.com/ Caddy is written in Go, and make use of native fibers/green threads/goroutines.
Re: Nginx reaches 33.3% web server market share while Apache falls below 50%
#9Earlier quoted context omitted.
https://caddyserver.com/ Caddy is written in Go, and make use of native fibers/green threads/goroutines.
Also has builtin letsencrypt automation and generally easier configuration, so for small sites it might be a better option than nginx.
I went with it for the test networks at my job and liked it a lot.