Do I need node.js to use Angularjs?

前端 未结 7 792

I would like to use angular.js for my Image Editing Tool in my website. Do I need node.js also?

I don\'t understand the scenario. If I don\

7条回答
  •  既然无缘
    2020-12-07 14:39

    You don't need Node.JS for AngularJS to work. NodeJS is server side, AngularJS is client side.

    If you are new to AngularJS, I'd suggest this tutorial AngularJS tutorial. In the tutorial you will use NodeJS, you will understand why the two work together, but are not necessary.

提交回复
热议问题