In this video we explained about Node.JS, npm - Node Package Manager, Angular CLI , Visual Studio Code and their installations. Preparing the environment for Angular Application Development.
Steps to create first Angular Application using Angular CLI.
What is Node?
Node.js is an open-source, cross-platform, JavaScript runtime environment that executes JavaScript code outside of a web browser.
Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.
*Node can also be called Server Side Technology to implement Webserver behavior (handling of request and response). – We will see about this later in Node.js videos.
Note: V8
V8 is the JavaScript execution engine which was initially built for Google Chrome. It was then open-sourced by Google in 2008. Written in C++, V8 compiles JavaScript source code to native machine code at runtime
npm: The package manager for the Node.js environment, simplifies installation, updating, and uninstallation of packages. #ottit #technologytutorials