fbpx

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
sudo apt update

Step 2 – Install Node.js on Ubuntu 20.04

sudo apt install nodejs
nstall Node.js on Ubuntu 20.04

This will allow you to install modules and packages to be used with Node.js.

sudo apt install npm
Node.js install modules and packages
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!

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.