I have a Go script that creates an HTTP request and responds to any incoming requests. I want this script to run on a Linux server. However, I can’t keep the ssh connection active forever, and when it disconnects the script also stops, as expected. I know that you have ‘forever’ for NodeJS that fixes this issue. I was wondering if something similar also exists for Golang, as I was not able to find anything. Any other tips on how to fix this are also very welcome.
- Uncategorized
You may also like...
-
About linux : Why-my-file-is-not-added-to-the-appImage-electron-app
by howtofusion · Published June 6, 2022
-
About json : Contents-missing-using-jq-to-update-a-JSON-file
by howtofusion · Published May 28, 2022
-
About python : Slurm-job-arrays-dont-work-when-used-in-argparse
by howtofusion · Published April 23, 2022