Node.js is an open source platform built on Chrome's JavaScript runtime and can be run on Microsoft Windows, OS X and Linux.
Node.js is useful for easily building fast and scalable JavaScript applications.
- Download Node.js installer
- Select Windows Installer to download the 64-bit version
- Run Node.js instalation and follow the instructions.
- Open the command prompt and check Node.js version with the command
node -v
.