适合网站的mvc
开发像 stackoverflow(问答网站)这样的网站有什么好的 MVC 框架?
what's the good MVC Framework to develop a website like stackoverflow(question answer website) ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
ASP.NET MVC3 是 Microsoft 的最新版本。如果您熟悉 .NET,那么这可能是一个不错的选择。
ASP.NET MVC3 is the latest incarntion from microsoft. If you're familiar with .NET thats probably a good one to choose.
好吧,如果你想要一个 MVC Web 框架,你可以尝试使用 Ruby on Rails,似乎它是一个完整的 MVC 框架,而且易于学习且开发速度快。
如果您的目标是支持具有 stacoverflow 特征的网站(例如,我的意思是用户数量),我认为您可以选择更“稳定”且资源消耗更少的东西,例如 cakePHP,它基本上是一个Rails 的 PHP 端口,为您带来两全其美(Ruby 和 PHP)。
如果您更喜欢微软,您可以尝试 ASP.NET MVC 或 Monorail(它受到 Rails 的启发,但与 Mono 或 Rails 无关)。
问候。
Well, if you want a MVC Web framework, you can try with Ruby on Rails, seems it is a full MVC framework which is also easy to learn and fast for developing.
If your target is to support a site with the characteristics of stacoverflow (I mean, the amount of users, for instance), I think you can go with something more "stable" and with less resources comsuption, like cakePHP, which is basically a PHP port of Rails, bringing you the best of both worlds (Ruby and PHP).
If you are more a Microsoft person, you can try ASP.NET MVC or Monorail (which is inspired by rails but has nothing to do with Mono nor Rails).
Regards.
你看过Shapado吗?它是一个使用 Ruby on Rails 构建的 stackoverflow 克隆版本。您可以在此处查看其源代码。
Have you seen Shapado? It is a stackoverflow clone that is built with Ruby on Rails. You can checkout their source code here.