-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?

  • If you want generic web hosting providers as your target, then PHP is likely your only option. – Sven Jul 16 '18 at 08:37

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
  • 43,252
  • 2
  • 75
  • 122
  • Of course, it's not easy to reliably get this data in the first place, but I find a usage of 0.2% for Python very hard to believe ... – Sven Jul 16 '18 at 10:09
  • Aren't all sites WordPress nowadays? I think the market share per applications would be totally different. Also, the statistics are only based on public sites. Enough to explain this? – Esa Jokinen Jul 16 '18 at 10:17