How To Set Up a Node.js Application for Production on Ubuntu 16.04 VPS
With this tutorial, we assume that you have already read article "How to Set Up a Node.js Application On Ubuntu 16.04 VPS". It explains how to install a Hello World type of node.js application and how to run it locally. Nginx is a fast and versatile web server which can be configured to serve as a reverse proxy. That will enable us to expose a Node.js app to the Internet, so that it becomes accessible from your browser. T...
Read More