What is Node.js?
Node.js is a back-end JavaScript runtime environment that runs on the V8 engine and executes JavaScript code outside of a web browser and was designed to build scalable network applications.
Step 1 – Update the server package index
sudo apt update
Step 2 – Install Node.js on Ubuntu 20.04
sudo apt install nodejs
This will allow you to install modules and packages to be used with Node.js.
sudo apt install npm
root@node1:~# node -v
v10.19.0
root@node1:~#
1 Comment
afkpaul · August 8, 2022 at 11:34 AM
We all can have fast and scalable network applications with Node.Js
Thanks Virtono!