Containerize a nodejs app and nginx with docker on Ubuntu 22.04
What we need: We must check if these packages are already installed on our system. Therefore we use the following commands in the terminal and see if there is any…
nginx reverse proxy server for node apps on Mac OS
nginx is an HTTP server and can also be used as TCP/UDP proxy server. I use nginx mostly as reverse proxy to serve node apps from my local host via…
Setup Ubuntu Linux ready for Node Apps
We have a new server in front of us and are now starting from the beginning with the preparation of the system to operate nodejs and node express applications. SSH…