How To Set Up a Node.js Application for Production on a Debian 9 VPS
In this tutorial, we will create a simple Node.js application and put it into a production ready environment on Debian 9, "Stretch". To make the app accessible from your browser, we'll use Nginx as a reverse proxy. Nginx is a fast and versatile web server, and can also be used as a Load Balancer. To make the access to the app secure, we'll use Certbot to install Let's Encrypt certificates. Then, we'll be able to use HTTPS...
Read More