适合网站的mvc

发布于 2024-10-16 22:07:09 字数 48 浏览 2 评论 0原文

开发像 stackoverflow(问答网站)这样的网站有什么好的 MVC 框架?

what's the good MVC Framework to develop a website like stackoverflow(question answer website) ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

ゝ偶尔ゞ 2024-10-23 22:07:09

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.

↙厌世 2024-10-23 22:07:09

好吧,如果你想要一个 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.

九厘米的零° 2024-10-23 22:07:09

你看过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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文