Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/manyuanrong/deno-deamon

Make the Deno program run in the background
https://github.com/manyuanrong/deno-deamon

Last synced: about 2 months ago
JSON representation

Make the Deno program run in the background

Awesome Lists containing this project

README

        

# deno-deamon

[![Build Status](https://github.com/manyuanrong/deno-deamon/workflows/CI/badge.svg)](https://github.com/manyuanrong/deno-deamon/actions)

Make the Deno program run in the background

Example

```ts
import deamon from "https://raw.githubusercontent.com/manyuanrong/deno-deamon/master/mod.ts"

// before your program
deamon() // run in background

// other program...
```