“As an asynchronous event driven JavaScript runtime, Node is designed to build scalable network applications.”
Here are the steps to install node and then verify the version on Ubuntu
curl -sL https://deb.nodesource.com/setup_4.x | sudo -E bash -
sudo apt install -y nodejs
Leave a Reply