Node.js vs angular jsnode js and angularjs both are developed to build web application using javascript,both follow the syntax of javascript but they quite different in their architecture and working
node js:
- node js is a cross platform run time envirnoment and run time System for application written in javascript languages.
- it is Like java runtime environment (JRE) for java ,adobe flash player for actionscript , comman languages runtime(CLR) for .net programs or android runtime for android apps.
- you have to install node.js on your computer system to use further for creating web or chat applications.
- node.js is a platform built on the top of Googles v8 javascript engine.
- node.js written in c, c++ and javascript languages.
angular js:
- angular js is an open source web application development framework developed by Google.
- you have to add the Angular js file just likw any other javascript file to use it in applications.
- Angular js is completely written in javascript. it is mainly used to create single page client side application.
- Angular js is an open source framework , follows the syntax javascript and developed by Google.
- Angular is written completely in javasrcipt but it is different from other web appliction frameworks like JQuery.
-