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

后端 未结 2 526
庸人自扰
庸人自扰 2021-02-10 05:56

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 ?

2条回答
  •  别跟我提以往
    2021-02-10 06:37

    It is definitely possible from the technology point view. I see 2 areas of concern:

    1. Would clients with outdated browsers have problems accessing the site? This is less of a problem as new versions of browsers are getting released.

    2. Are the non-IIS hosted hosted Web API services robust and scalable enough?

提交回复
热议问题