Software Alternatives, Accelerators & Startups

Practical Steps to Deploy a Node.js App with NGINX and SSL

PM2 Let's Encrypt GitHub ExpressJS Visual Studio Code
  1. 1

    PM2

    Advanced, production process manager for Node.js
    To run the Node.js application as a background process and in a production environment, you can use a PM2 - Production Process Manager tool.

    #Monitoring Tools #Log Management #Performance Monitoring 51 social mentions

  2. Let’s Encrypt is a free, automated, and open certificate authority brought to you by the Internet Security Research Group (ISRG).
    Pricing:
    • Open Source
    To secure your server, you need to set up SSL for the server. You will use LetsEncrypt - a certificate authority that will allow you to get a free SSL certificate for the domain of the application. Run these commands:.

    #Identity And Access Management #Two Factor Authentication #Security & Privacy 312 social mentions

  3. 3
    Originally founded as a project to simplify sharing code, GitHub has grown into an application used by over a million people to store over two million code repositories, making GitHub the largest code host in the world.
    Pricing:
    • Open Source

    #Code Collaboration #Git #Version Control 2047 social mentions

  4. Sinatra inspired web development framework for node.js -- insanely fast, flexible, and simple
    Pricing:
    • Open Source
    For this tutorial, you will use a Node.js application built with Express.js running on PORT 3000 that displays the text 'Node Application' in the browser.

    #JavaScript Framework #Node.js Framework #Web Frameworks 425 social mentions

  5. Build and debug modern web and cloud applications, by Microsoft
    Pricing:
    • Open Source

    #Text Editors #IDE #Software Development 1021 social mentions

Discuss: Practical Steps to Deploy a Node.js App with NGINX and SSL

Log in or Post with