Install NodeJS on Windows
1. Download NodeJS
To download NodeJS, you need to access to the following address:

After downloading successfully, you have a file.

2. Install NodeJS
The installation of NodeJS on Windows is very simple. Accept default options and press "Next .. Next" until final step.



By default, NPM software is also installed in your system. This is a piece of software that manages Javascript libraries.



NodeJS Tutorials
- Introduction to NodeJs
- Install Atom Editor
- Install NodeJS on Windows
- What is NPM?
- NodeJS Tutorial for Beginners
- Create a Simple HTTP Server with NodeJS
- NodeJS Modules Tutorial with Examples
- The concept of Callback in NodeJS
- Understanding Event Loop in NodeJS
- NodeJS EventEmitter Tutorial with Examples
- Connect to MySQL database in NodeJS
Show More