which scripting language is the most used when it comes to Web Programming:ASP.NET,PHP,Perl,RubyonRails?
Amitanshu G asked the question:
Which scripting language is the most used when it comes to web programming-is it ASP.NET,PHP,Ruby on Rails,Perl,Python or any other language?And what percentage of usage share/market share does it have?
Related posts:
- Which books should I start with to learn computer Network programming, PHP, Perl and MySQL? Ozz*mosis* asked the question: I want to learn network programming,...
- How do you guys master PHP Programming Language? SpoonHead asked the question: Hello! Well, for those experts there,...
- how to link image using PHP Programming language? Merlinda V asked the question: how can i link an...
- Computer programming. Is Python Similar to PHP? ? hold_on_and_stay_strong asked the question: I found this open source book:...
- PHP programming I need help and i know little about programming? Jordan asked the question: I am new to programming all...
Filed Under Programming & Design |
Tagged With Php Scripting, Programming Asp, Ruby On Rails
Comments
2 Responses to “which scripting language is the most used when it comes to Web Programming:ASP.NET,PHP,Perl,RubyonRails?”
I don’t know about market shares or percentages. My guess is that it would be PHP. It’s open source, available on a lot of platforms, ties in with MySQL, and it’s well-supported.
PHP is most commonly used on Apache as part of the LAMP environment. You’ll also find Perl and Ruby, but PHP has a huge percentage of the Apache market. There has been a strong trend towards Web Services (particularly Java), run on JBoss and/or Tomcat (also Apache products).
For IIS you almost always see ASP.Net. This also comes in a Web Services flavor.
Right now Apache has a little over 50% market share, while IIS runs around 35%.