NODE.js Tutorial
NODE.js Tutorial
1. Go to https://nodejs.org
2. Download the latest LTS
version
3. Install and verify using:
• node -v (for Node.js version)
• npm -v (for NPM version)
Writing Your First Node.js
Program