How To Develop a Node TCP Server using PM2 and NGINX on Ubuntu 16.04
This post digs into building a simple TCP server and client then running and managing it as a background process with PM2. - https://do.co/2MtMwxA
#nodejs #pm2 #nginx
This post digs into building a simple TCP server and client then running and managing it as a background process with PM2. - https://do.co/2MtMwxA
#nodejs #pm2 #nginx
Digitalocean
How To Develop a Node.js TCP Server Application using PM2 and Nginx on Ubuntu 16.04 | DigitalOcean
In this tutorial, you’ll build a basic Node.js TCP server, along with a client to test the server. You’ll run your server as a background process using a pow…
How to Implement Runtime Environment Variables with create-react-app, Docker, and Nginx — http://amp.gs/4dRf
#react #docker #nginx
#react #docker #nginx
freeCodeCamp.org
How to implement runtime environment variables with create-react-app, Docker, and Nginx
There are many ways to configure your React application. Let’s use an approach which respects Twelve-Factor App methodology. This means it…