Public web apps in PHP

u0206397

Senior Member
Joined
Jul 15, 2009
Messages
764
Reaction score
0
Any idea why most public facing web apps on the Internet is written in PHP?

I mean most public web sites on the Internet employ some CMS like WordPress, Drupal and Joomla, all written in PHP.

Plus custom developed web apps are also in PHP.

In contrast, ASP.NET, Java and Python are far behind. They're more commonly found in web apps in corporate / enterprise Intranet, accessible within corporate network and through VPN. Then there are Go and Node.js more for API services, though there are some -- but limited -- web apps too.

Is it because:
  • PHP is simpler to use for development/deployment
  • PHP is easy to scale
  • PHP supports cheap shared web hosting
 

davidktw

Arch-Supremacy Member
Joined
Apr 15, 2010
Messages
13,550
Reaction score
1,302
Any idea why most public facing web apps on the Internet is written in PHP?

I mean most public web sites on the Internet employ some CMS like WordPress, Drupal and Joomla, all written in PHP.

Plus custom developed web apps are also in PHP.

In contrast, ASP.NET, Java and Python are far behind. They're more commonly found in web apps in corporate / enterprise Intranet, accessible within corporate network and through VPN. Then there are Go and Node.js more for API services, though there are some -- but limited -- web apps too.

Is it because:
  • PHP is simpler to use for development/deployment
  • PHP is easy to scale
  • PHP supports cheap shared web hosting

History and legacy. :)

Scaling is language agnostic.
 
Important Forum Advisory Note
This forum is moderated by volunteer moderators who will react only to members' feedback on posts. Moderators are not employees or representatives of HWZ Forums. Forum members and moderators are responsible for their own posts. Please refer to our Community Guidelines and Standards and Terms and Conditions for more information.
Top