What are the best MVC web frameworks on the market

2019-03-08 20:32发布

I am looking for a Web Framework to move windows based applications to the web.

The main requirements to WF are the following:

  1. unit tests support
  2. desktop and mobile browsers support
  3. long term viability
  4. maturity of the framework

19条回答
别忘想泡老子
2楼-- · 2019-03-08 20:40

I've had surprising success using Drupal as a web app framework. It's highly extensible - pretty much every default behaviour can be overridden easily via modules, and it's a pretty blank slate to start with as well.

Drupal 7 has unit testing built-in, and earlier versions can do it easily via a plugin.

查看更多
Rolldiameter
3楼-- · 2019-03-08 20:41

I recommend the Java based Wicket Framework.

It's a component based MVC library which is really easy to use and allows to do all the view stuff in the java code (in contrast to using JSPs or templates or whatever in other frameworks).

查看更多
Emotional °昔
4楼-- · 2019-03-08 20:42

Why haven't anyone talked about turbogears, web.py and pylons?

查看更多
聊天终结者
5楼-- · 2019-03-08 20:43

How about the ASP.NET MVC framework? It's what this site is running on.

Another more mature option is Castle MonoRail.

I think ASP.NET MVC is probably the best choice in the long run. A year from now, it will be far easier to hire someone who knows ASP.NET MVC than someone who knows MonoRail.

查看更多
冷血范
6楼-- · 2019-03-08 20:43

If we're talking "Best" I'm throwing in Sinatra for Ruby and Nancy for .Net. Based 100% on my subjective opinion and personal preferences. They are my best based on their ease of use and "happiness factor".

查看更多
冷血范
7楼-- · 2019-03-08 20:45

Rails is still ahead of the competitors as a complete stack with large community driving it forward.

查看更多
登录 后发表回答