After reading this article, you will know how to set up a simple web application in Node using Express, keep it alive using pm2, and use nginx as a reverse proxy that also handles caching. When a client requests a page to our application, nginx will pass the request to Express.
Full article