Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Continue with PHP or move to Java Framework

Tags:

java

php

I'm building a website for my friend's startup. I'm currently building it on PHP, MySQL, Apache. Everything is going pretty smooth till now, but one of my friend recommends i move to a Java framework because that'd be better when the site becomes bigger. I don't have any Java Knowledge and I have adequate knowledge of PHP but I'm a fast learner

Should i continue with PHP (can PHP be used for big sites?) or should i move to a Java Framework? Any suggestions please.

like image 231
Sussagittikasusa Avatar asked Dec 08 '22 01:12

Sussagittikasusa


2 Answers

PHP can be used for big sites. Take a look at Facebook. End of story...

like image 193
Fosco Avatar answered Dec 09 '22 14:12

Fosco


When someone says something like that, you need to have them justify what they are saying. PHP is scalable and versatile. Java has it's strengths and weaknesses too, just like any other programming language.

Since you are a novice in PHP, you probably won't reuse much of the code that you are using to build the initial site. I know you plan to, but the likelyhood that you will is very slim. Go with what you know.

PHP has been used by a plethora of sites. Google, Yahoo, Facebook, etc, etc all use some php for all their sites.

like image 37
polyhedron Avatar answered Dec 09 '22 15:12

polyhedron