Deploy apps on Linux using NGINX and Systemd
Why There might be a situation where you want to deploy your backend on an ubuntu server but you don’t have/want to deploy your backend as a docker container. Pre Requisites Basic Linux Golang (any backend-specific language like nodejs or python) Introduction I will be making a simple GO backend which is a sister application to a socket io chat server. I have used the go-fiber web framework and mongoDB as the database....