-2

I am looking for some online resources providing statistics, or at least ranking, of server-side installations based on the language (and maybe version and environment).

We are trying to choose the appropriate language for an upcoming general-purpose framework we are building, and a primary goal is to have it installable by the most generic web hosting companies possible.

Obviously PHP is on top or close to it today. But what about Node.js or Rust? Can someone link to reliable sources that have conducted such a study recently?

1 Answers1

2

W3Techs has Usage of server-side programming languages for websites with reasonable methodology. Based on their survey, PHP currently has 83.5% market share, whereas server side JavaScript like Node.js only has 0,5%. Rust is not even listed.

ASP.NET and Java are the obvious competitors based on market share, but for "generic web hosting companies" PHP is probably the most rational choice for such a new platform.

As creating a whole platform doesn't happen in a day, I'd focus directly on PHP 7 despite the majority of current web sites is running on PHP 5. This is not about popularity but support: active support for PHP 5.6 has ended 19 Jan 2017 and security support will end 31 Dec 2018.

Esa Jokinen
  • 52,963
  • 3
  • 95
  • 151