Swapnil Waghcodershorizon.hashnode.net·May 20, 2020How To Deploy NodeJS Apps With PM2 & NGINX In Cluster Mode On ProductionWhat is a Process Manager? Process Manager is a special program designed to effectively manage server processes and take benefit of server resources. It's useful to keep the application online and restart on failure. Process Manager is also useful fo...Discuss·3 likes·939 readsNode.js
Mayank Patelmayank091193.hashnode.net·Jan 31, 2023Deploy web application built using Quasar framework and Python Flask framework on AWS EC2 instance, using PM2(Process Manager) & Nginx web serverWhat is Quasar Framework? Quasar framework is a Vue.js-based framework for building websites with a single codebase and you can deploy it on the web as SPA, PWA, SSR, and to Android, iOS, and Desktop apps too. What is Python flask framework? Flask fr...Discuss·1 like·166 readsQuasar Framework
ILYAS RUFAIrufilboy.hashnode.net·Mar 29, 2023Efficiently Managing Your Node.js Applications with NPM and PM2Node Package Manager (NPM) and Process Manager 2 (PM2) are two popular tools used in managing Node.js applications. NPM is the default package manager for Node.js, while PM2 is a process manager designed to help manage Node.js applications in product...Discuss·1 likenpm
ILYAS RUFAIrufilboy.hashnode.net·Mar 29, 2023Efficiently Managing Your Node.js Applications with NPM and PM2Node Package Manager (NPM) and Process Manager 2 (PM2) are two popular tools used in managing Node.js applications. NPM is the default package manager for Node.js, while PM2 is a process manager designed to help manage Node.js applications in product...Discuss·1 likenpm
Bwiza Charlottebwiza.hashnode.net·Feb 24, 2023Deploying Nodejs app on Ubuntu server with pm2 & nginxDeploying a Node.js application on an Ubuntu server can be a daunting task, but with the right tools, it can be done with ease. In this tutorial, we will go over how to deploy a Node.js application using the process manager pm2 and the web server Ngi...Discuss·43 readsJavaScript
Mayank Patelmayank091193.hashnode.net·Jan 31, 2023Deploy web application built using Quasar framework and Python Flask framework on AWS EC2 instance, using PM2(Process Manager) & Nginx web serverWhat is Quasar Framework? Quasar framework is a Vue.js-based framework for building websites with a single codebase and you can deploy it on the web as SPA, PWA, SSR, and to Android, iOS, and Desktop apps too. What is Python flask framework? Flask fr...Discuss·1 like·166 readsQuasar Framework
Mwaijohnnjirumwai.hashnode.net·Jan 2, 2023Node Js: Setting Environment Variables Using pm2 libraryWhat is PM2? pm2 is a process manager for Node.js applications. It allows you to keep your application running in the background on your server, even if you log out or close the terminal window. pm2 provides several features for managing and monitori...Discuss·49 readsJavaScript
Pratima Gautampratimagautam.hashnode.net·May 1, 2022CI/CD and Server SetupRevamp the AWS EC2 instance (Ubuntu) Install Node.js (version 10 as per the requirement of the React frontend) Reference Link: How To Install Node.js on Ubuntu 18.04 Install PM2 and yarn package manager Install CodeDeploy agent for EC2 PM2 basics ...Discussci-cd
Swapnil Waghcodershorizon.hashnode.net·May 20, 2020How To Deploy NodeJS Apps With PM2 & NGINX In Cluster Mode On ProductionWhat is a Process Manager? Process Manager is a special program designed to effectively manage server processes and take benefit of server resources. It's useful to keep the application online and restart on failure. Process Manager is also useful fo...Discuss·3 likes·939 readsNode.js