Can AngularJS be used without a REST API?

后端 未结 4 1599
半阙折子戏
半阙折子戏 2021-02-04 14:11

When I am creating a simple website with node.js I am fine with using the view engine (eg. jade) and controllers that provide data to it (eg. simple todo list). However, if I d

4条回答
  •  一向
    一向 (楼主)
    2021-02-04 14:57

    You can use nodeJS for your restful API and AngularJS as your javascript framework.

    Even without a restful API AnguarlJS is a very strong tool to use in a project although to use it to it's full potential (fully scaled web app) then you would need a restful API.

提交回复
热议问题