About 4,560,000 results
Open links in new tab
  1. Deploying Multiple Node.js Projects Under One Domain with …

    In this guide, I’ll show you how to manage multiple Node.js applications under a single domain, each served from different subfolders, using Caddy

  2. how to have multiple deploys from a node app - Stack Overflow

    May 19, 2017 · I would like to know what is the best approach in create several deploys from a big code base. The idea is to divide the big API into microservices (each one in it's own server/vm),

  3. Example of a monorepo with multiple Node.js microservices ... - GitHub

    Example of a monorepo with multiple Node.js microservices (using Docker, Docker-Compose and Kubernetes) that have separate CI/CD pipelines. This allows the convenience of a monorepo …

  4. How to deploy multiple API versions in Serverless Microservices

    Oct 31, 2025 · I want to share some experience around deploying node based Lambda services in a microservice architecture. How can we solve the problem of having multiple API versions …

  5. Configure Node.js Apps - Azure App Service | Microsoft Learn

    To set your app to a supported Node.js version, run the following command in the Cloud Shell: This setting specifies the Node.js version to use, both at runtime and during automated …

  6. Node.js Deployment - W3Schools

    Optimizing your Node.js application for production can significantly improve its performance and reliability. Here are key optimization techniques: 1. Code-Level Optimizations. 2. Memory …

  7. Deploying Multiple Node.js APIs on Single Linux Server with HTTPS

    Mar 22, 2024 · This guide will walk you through the process of deploying multiple Node.js APIs on a single Linux server and securing them with HTTPS using Nginx as a reverse proxy.

  8. Deploy Node application with multiple environments using PM2

    Jul 11, 2024 · When trying to deploy an application with multiple env like development and staging using PM2 it can be tricky, specially specifying which command to use on the package.json in …

  9. Using workflows to deploy an API to multiple environments

    Dec 20, 2024 · In a multi-deployment process, you will create a workflow that first deploys an API to a staging environment, and runs automated tests against the staged API using Postman.

  10. node.js - Is there possible to deploy multiple Nodejs Web API

    Aug 22, 2022 · It is possible to deploy Multiple Web Apps under same App service by using Import Profile and Adding Virtual Directories in Azure Portal. Check the below workaround. …