Pergunta

I have been looking at a few differend platforms for my coming web-development project. I would like to hear what web-development platform is recommended when considering Time-To-Maket. Suppose that I already know the programming language well, but not the web-framework. The OS will be Linux.

My requirements and priorities:

  • Time-To-Market
  • RESTful
  • Maintainable code
  • Scales-up (not dog-slow)

The one I have looked at but never used are:

It's a bonus if the framework has support for making sites for mobile phones.

Foi útil?

Solução

If you're the only developer, Sosh is right.

Generally speaking, Ruby on Rails or Grails are probably the best candidates as they're all about productivity (DRY) and getting the product out the door (although not mandatory, usually used in an agile process).

They might require compromises in terms of performance, which you stated as one of your priorities.

Outras dicas

If time-to-market is your primary concern, and it is just you developing it, then you should choose the framework you are most familiar with already. (Or the one that uses a language you are already familiar with - surely you don't know all of them ;)

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top