I’m not sure that IIs is the relevant point here is it?
I build using Microsoft technologies, and haven’t touched IIs for more than 8 years. I almost entirely use OSS projects, on linux.
From writing, to testing, to IaC, to the runtime, the server OS, the webserver, the proxy…etc is all FOSS projects these days.
The only proprietary things I used is the hosting provider itself and their services, and my IDE.
SnotFlickerman@lemmy.blahaj.zone 7 months ago
Dude, I learned how to write HTML in the 90’s and even back then everyone knew that apache2 was clearly fucking superior. IIS has been a joke since the 90’s when it was released.
Aux@lemmy.world 7 months ago
Except that’s not what was happening. IIS came after Apache and played a catch up for a while. It almost surpassed Apache in 2007, but GFC happened and its popularity dropped rapidly. If not for GFC, there would be no Apache today.
Semi-Hemi-Demigod@kbin.social 7 months ago
Nginx also increased in popularity around that time, giving more competition to IIS. Most of the web stacks I've seen recently are running Nginx.
(I'm an HAProxy man myself.)
Aux@lemmy.world 7 months ago
NGINX is rarely used as a web server, it’s usually used as a reverse proxy, cache and SSL terminator. Just like HAProxy, Varnish, etc.