ZombieB
ZombieB
DDeno
Created by Flaff on 11/16/2024 in #help
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
DDeno
Created by ZombieB on 11/16/2024 in #help
New to Deno, why are namespaces discouraged?
Ctrl+f'd this. I guess I can just export * as asdf..
2 replies