# Notes Run it via `deno run -A main.ts`. It runs and uses the child_process from `Deno.run` to run `deno run -A server.ts`. We were having issues with the process, a daemon aka long-running process, not sticking around. The commentted `sleep()` was for testing as opposed to a signal listener.