ZombieB
is there a way to deno run in background and keep it running even when i close ssh connection?
If all you need is to keep the application open on the remote server, you could use
screen
to keep a virtual terminal open or create a system service
https://www.linux.org/threads/how-to-create-a-custom-systemd-service-file.47399/
https://linuxize.com/post/how-to-use-linux-screen/4 replies