How to Install Node.js and Pm2 in Ubuntu 20.04

By | 2022-09-14T15:29:58+00:00 September 14th, 2022|

NodeJS is one of the most used backend programming languages by companies in recent years. Most of the companies who are working on a project are either using MEAN which is MongoDB, ExpressJS, AngularJS, and NodeJS, or MERN which is MongoDB, Express JS, ReactJS, and NodeJS for frontend and backend. In both of the above-given [...]

Build a NodeJS Application on Docker

By | 2020-07-11T11:23:11+00:00 July 11th, 2020|

In this tutorial, we can check how to build a NodeJS Application on Docker Docker is a set of PaaS (Platform as a Service) products that deliver software packages called containers. Docker’s containerization technology allows you to build, test, and deploy any applications quickly. The applications build and deployed through Docker can run as portable [...]

cPanel Started NodeJS Support

By | 2019-08-22T13:38:52+00:00 June 10th, 2019|

The cPanel introduced the NodeJS support in the recent v80 release. Previously the cPanel had no support for the NodeJS, that either we’d to install manually on the server which even won’t have a user-friendly interface or by purchasing Cloud Linux that they provided NodeJS support on hand. The Cloud Linux license has a cost [...]

CloudLinux NodeJS Support for cPanel

By | 2019-08-22T13:07:52+00:00 February 1st, 2019|

  CloudLinux NodeJS Support for cPanel Node.js is an open-source, cross-stage JavaScript runtime environment for building up a different assortment of instruments and applications. In spite of the fact that Node.js is not a JavaScript system, a number of its essential modules are composed in JavaScript, and engineers can compose new modules in JavaScript. Node.js [...]

Manage NodeJS Through cPanel

By | 2019-08-26T07:57:58+00:00 February 1st, 2019|

  Node.js is an open-source, cross-stage JavaScript runtime environment for building up a different assortment of instruments and applications. In spite of the fact that Node.js is not a JavaScript system, a number of its essential modules are composed in JavaScript, and engineers can compose new modules in JavaScript. Node.js is mainly used for hosting [...]

How to Setup Node.js?

By | 2019-08-26T13:22:36+00:00 November 8th, 2018|

How to Setup Node.js? Node.js is an open-source, cross-platform JavaScript run-time environment that executes JavaScript code outside the web browser. It came to existence when the original developers of JavaScript elaborated it from something which is only runnable on the browser to something that can be used as a standalone application on your system. Node.js [...]

What is Node.js? an overview

By | 2019-08-24T09:26:01+00:00 October 14th, 2016|

What is Node.js? Node.js is an open-source, cross-stage JavaScript runtime environment for building up a different assortment of instruments and applications. In spite of the fact that Node.js is not a JavaScript system, a number of its essential modules are composed in JavaScript, and engineers can compose new modules in JavaScript. The runtime environment translates [...]

Installing binary node.js on Linux

By | 2019-08-26T10:28:30+00:00 October 23rd, 2015|

To install node.js, log into your vps or server through SSH. Get the linux binary based on your os at http://nodejs.org/download/ either 32 or 64 bit. To see the architecture run: uname -m i386 or i686 use 32 bit x86_64 use 64 bit For example on a 64 bit server as of this writing: wget [...]