Node.js is an asynchronous event-driven JavaScript runtime built on Chrome’s V8 JavaScript engine. It runs at the server-side. It mainly used for easily building fast and scalable network applications. In this article, you will find ways to install Nodejs on Ubuntu Linux. In this tutorial, we will install the node.js in Ubuntu using two different ways.Continue reading “Install Nodejs on Ubuntu — LinuxBots”
Tag Archives: ubuntu 18.04
How To Install Nginx on Ubuntu 18.04 — LinuxBots
Nginx is the second most used web server in the world. According to the Netcraft survey, Nginx is used by approx 25% of the busiest sites on the web. Nginx is mainly known for its low resource consumptions and high performance. Nginx can be used as a web server or reverse proxy with apache in frontend.Continue reading “How To Install Nginx on Ubuntu 18.04 — LinuxBots”