Installation step of NODE JS
Go to download page – Download node.js source code and install
Open command prompt
node -v
If command return version of that means installation is proper
Installation step of NODE JS on ubuntu
sudo apt-get install curl
curl -sL https://deb.nodesource.com/setup_16.x | sudo -E bash –
sudo apt-get install -y nodejs
More Stories
Configuring Apache for Node.js
Connect MQTT with Node.js
Video streaming using Node.js and HTML5