What are the available MVC web frameworks in the L

2019-06-23 09:23发布

I've never done any web development on Linux, and I'm about to start a project that requires it. I love ASP.Net MVC, so what are my availble options on Linux that kind of follow the same principles?

The project is a very simple "ecommerce" site (two or three products). There may be other sites to come though that are more complicated.

Ruby on Rails comes to mind. Is there something else? Ideas? Thoughts? Pros? Cons?

EDIT: Just personal preference, no PHP, Java, or Mono for this project.

8条回答
欢心
2楼-- · 2019-06-23 09:50

If you love and know asp.net mvc, why not use mono to run it? If you're making a very simple site, I find it hard to justify the cost of learning a new stack of something when the stack you know works.

查看更多
戒情不戒烟
3楼-- · 2019-06-23 09:52

I'd fully recommend checking out Rails, one thing you might want to do if you're coming from a MS background only is get an Ubuntu VM setup. I suppose you technically can develop Rails apps in Windows but I don't think it'd be worth the hassle.

Getting setup takes a few steps, but if you do decide to go with Ubuntu this will help.

查看更多
登录 后发表回答