[deleted]
Which web development framework has largest and active community?
11–14 of 14 posts
Re: Which web development framework has largest and active community?
#12You will never go wrong if you start your project with django(Python framework)...it has been so active in the recent years and promises to be the future because even the python language itself is so active.
Yup you are right. But python is a bit on the slower side in comparison to PHP and that is why the dilemma.
The difference in speed between Python and PHP should not be a deciding factor in choosing between the two web frameworks. Many of the core PHP functions are implemented in C directly, so they are very fast, but once you add a framework into the mix, speed drops off considerably because it seems the PHP interpreter is not so good.
Re: Which web development framework has largest and active community?
#13You might want to be aware of this too:
http://www.techempower.com/benchmarks/#section=data-r7&hw=i7...
Interpreted language-based frameworks tends to be the slowest ones to perform
Re: Which web development framework has largest and active community?
#14Just going on community size is rarely a good yardstick for framework choice.
Look at the team you have today, the team you want tomorrow, the scale your app is likely to grow (both in terms of traffic and code base size).