Why would one want to use Express instead of AngularJS?

后端 未结 4 1741
刺人心
刺人心 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:09

    Express and AngularJS do not mutually exclude one another, they serve different purpose - in fact it's perfectly fine to use both - express for all your serverside logic, and Angular for client side logic.

提交回复
热议问题