1. 1
    1. 2

      One thing I fail to understand is why every single javascript framework insists on reinventing HTTP servers. It makes it impossible to run multiple services on the same host without a reverse proxy, and makes knowing how to install certificates no longer a general practice that is the same across servers, instead being some arcane knowledge that depends on the framework being used, and for what? Slightly faster response times?

      Maybe web developers should just optimize their code. Or get other jobs because I am fully of the opinion that 90% or more of web developers have no clue what they’re doing.