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 mysql : Problem-with-ansible-mysql—cannot-login-as-default-user
by howtofusion · Published February 10, 2022
-
About linux : Crontab-doesnt-execute-sh-script-in-Amazon-EC2
by howtofusion · Published March 1, 2022
-
About php : Cron-job-not-executing-PHP-as-expected
by howtofusion · Published January 20, 2022