且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

随着AngularJs +网页API,我们为什么需要ASP.NET MVC和IIS?

更新时间:2022-10-16 18:12:05


  

使用AngularJs +网页API,我们为什么需要ASP.NET MVC和IIS?


块引用>

通过远程加载所有的逻辑到客户端无需提供服务器端回退,可以使该网站打破当JS不会加载,包括搜索引擎索引机器人。


  

我可以只用AngularJS加上WEB API开发没有IIS和AS​​P.NET MVC?

Web应用程序
块引用>

是的,它只会是脆弱的和无形的搜索引擎。

With AngularJs + Web API, why we need ASP.NET MVC and IIS?

Can I just use AngularJS plus WEB API to develop a web application without IIS and ASP.NET MVC ?

With AngularJs + Web API, why we need ASP.NET MVC and IIS?

By off-loading all the logic onto the client without providing a server side fallback, you cause the site to break when the JS doesn't load, including for search engine indexing bots.

Can I just use AngularJS plus WEB API to develop a web application without IIS and ASP.NET MVC ?

Yes, it will just be fragile and invisible to search engines.