Live data from Hacker News

Nginx reaches 33.3% web server market share while Apache falls below 50%

w3techs.com

1–10 of 190 posts

Re: Nginx reaches 33.3% web server market share while Apache falls below 50%

#4

Nginx 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%

#5
Netcraft'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 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%

#7
post #5

Netcraft'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…

Yeah, if I recall correctly there are a whole bunch of those "parked" domains that get included sometimes - so if you count based on domain and not just on IP you'll get vastly different results.

Re: Nginx reaches 33.3% web server market share while Apache falls below 50%

#8
post #4

Nginx 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.

Also has builtin letsencrypt automation and generally easier configuration, so for small sites it might be a better option than nginx.

Re: Nginx reaches 33.3% web server market share while Apache falls below 50%

#9
post #8
post #4

Earlier 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 think their docs says that unless you expect to scale to multiple x 10 000 requests / second then it caddy might be worth trying.

I went with it for the test networks at my job and liked it a lot.

Post reply on HN