Awesome
deno-deamon
Make the Deno program run in the background
Example
import deamon from "https://raw.githubusercontent.com/manyuanrong/deno-deamon/master/mod.ts"
// before your program
deamon() // run in background
// other program...
Make the Deno program run in the background
Example
import deamon from "https://raw.githubusercontent.com/manyuanrong/deno-deamon/master/mod.ts"
// before your program
deamon() // run in background
// other program...