Why would one want to use Express instead of AngularJS?

后端 未结 4 1703
刺人心
刺人心 2021-01-31 02:33

I understand that Express resides on the server and Angular resides on the client but, as far as I know, Angular can do everything that Express can do which is

  • rou
4条回答
  •  一个人的身影
    2021-01-31 03:03

    Express can be used to host the APIs for AngularJS's service/factory to consume. You can consider AngularJS as MVC and the API on Express as SOA.

提交回复
热议问题