Robiul H.robiul.dev·Nov 14, 2024PM2: A Journey from Basics to Advanced Node.js Process ManagementWelcome to your journey with PM2, the powerful process manager for Node.js applications. Whether you're a beginner just starting with Node.js or an experienced developer looking to optimize your application management, this guide will walk you throug...Discuss·70 likes·56 readsNode.js
Zameer Fouzanzameerfouzan.hashnode.dev·Nov 1, 2024Monitoring PM2 in productionIn large-scale Node.js production environments, monitoring multiple applications can become challenging. The New Relic APM agent for Node.js helps capture logs, traces, and in-depth performance metrics from individual applications. But what about the...DiscussNode.js
Erhan ÜRGÜNerho.dev·Oct 29, 2024Node.js Projelerini Sunucuda Kesintisiz Çalıştırma YöntemleriProjelerinizin sunucuda kesintiye uğramadan çalışmasını ister misiniz? Node.js tabanlı, çalışır durumda olan ve terminali kapattığınızda aniden duran projeleriniz size de tanıdık geliyorsa, işte kalıcı çözüm! Geliştirdiğim projeleri canlıya aldığımda...Discuss·1 like·137 readsphpm
Engr. Animashaun Fisayo Michaelfmanimashaun.hashnode.dev·Sep 21, 2024Deploying a MEAN Stack on AWS EC2 with Self-Hosted MongoDB: A Step-by-Step GuideWhen it comes to modern web application development, the MEAN stack (MongoDB, Express.js, Angular, and Node.js) is a powerful and efficient technology stack. Hosting your MEAN application on AWS EC2 with a self-hosted MongoDB instance can be a reward...DiscussMEAN Stack
Pulkitblogs.devpulkit.in·Aug 5, 2024Easy Deployment of Nodejs Applications on EC2 with PM2 and NGINXDeploying Node.js applications can be a daunting task, especially when aiming for a robust and scalable production environment. However, with the right tools and a clear process, it becomes much more manageable. In this guide, I will walk you through...Discuss·1 like·89 readsnginx
Vinayak Nigamvinayaknigam.hashnode.dev·Aug 3, 2024Learn Terminal Commands with Mainframeokaaaay let's go... Now that I have successfully implemented the prototype of my idea, I think it's time for a blog about how and why I did it? Originally this blog was for Hashnode AI for Tomorrow Hackathon but since I came to know about it the last...Discuss·10 likes·26 readsvercel ai sdk
Samarth Srivastavasamarth-srivastava.hashnode.dev·Jul 29, 2024Deploy node.js express micro service to linux server and go live in 10 minutesI have described the deployment in steps for a new server which does not have any software installed, but if you have those software installed, just skip those steps and move on to next. I am using aws Amazon Linux 2023 for demo, but the deployment w...Discussdeployment
Ankit Yadavheyankit.hashnode.dev·Jul 23, 2024Deploy nodejs app on VPS (AWS EC2) using pm2As deployment is an important part of development and every developer should know how to make their application available to the outside world. In this blog, we're going to see how to create and deploy a nodejs http server to VPS. Create http server...Discuss·28 readsNode.js
Mohammad Minhazul Alamminhazjisun.hashnode.dev·Jun 26, 2024Automate Deployment of Node.js App on AWS EC2 via GitHub Actions CI/CD PipelineIn this guide, we'll walk you through the process of setting up automatic deployment for a Node.js REST API on an AWS EC2 instance using a CI/CD pipeline with GitHub Actions. You'll learn how to configure your EC2 instance, set up your GitHub reposit...Discuss·56 readsAWS
Youth Dreamyouthdream.hashnode.dev·Jun 2, 2024How to run Node.js Applications with PM2?What is PM2? PM2 is a daemon process manager that will help you manage and keep your application online. Getting started with PM2 is straightforward, it is offered as a simple and intuitive CLI, installable via NPM. This article will introduce you to...Discuss·1 likepm2