What's the best technology for a medium complexity web application?

Posted by naveed on Stack Overflow See other posts from Stack Overflow or by naveed
Published on 2010-03-08T18:42:50Z Indexed on 2010/03/08 18:51 UTC
Read the original article Hit count: 238

Filed under:
|
|
|
|

I'm planning to work on a web application of reasonable complexity and am wondering what technology to go with. It will probably start with one person, but there will be 2 or 3 more eventually. My first requirement is to be able to do this as quickly as possible - preferably with as less code as possible. Secondly requirement is that it should be able to scale easily.

I have worked with .NET and PHP. So, I am thinking about ASP .NET MVC or CakePHP. It appears to me that CakePHP might be quicker. I did look at Ruby on Rails, but the learning curve is a little steep (which is not an issue if I can be convinced that this is the best tool for the task), I'm not too crazy about the huge number of files generated and I have heard about scalability issues as well as it's applicability to complex situations.

I look forward to your opinions on your favorite technology and why.

© Stack Overflow or respective owner

Related posts about web

Related posts about ruby