Difference between angular & node | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
0

Difference between angular & node

I want to know the difference between node & angular JavaScript. in which applications we can use this ? or where it can be used

8th Aug 2018, 6:40 AM
Rajendra Nayak
2 Respuestas
0
Node.js and AngularJS both are considered as web building application platforms using JavaScript. However, both have different architecture and working process. Node.js is mainly used to build server-side application whereas AngularJS is used for building client-side applications.
8th Aug 2018, 7:27 AM
Adnen Chebaane
Adnen Chebaane - avatar
0
Rajendra Nayak If you have got confused regarding node during Angular project creation, here is the answer. Angular requires a libraries, which are called node modules. These can be installed using Node Package manager. (npm install) So, node modules are installed by Node. On other hand, Node is for middleware and backend. Whereas, Angular is front-end
23rd Jul 2020, 5:36 PM
paperinflames
paperinflames - avatar