Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/manyuanrong/deno-deamon
- Owner: manyuanrong
- License: mit
- Created: 2019-12-17T06:03:38.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-18T05:29:40.000Z (almost 5 years ago)
- Last Synced: 2024-10-04T15:47:20.629Z (2 months ago)
- Language: TypeScript
- Size: 3.91 KB
- Stars: 14
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-deno - deno-deamon - 使Deno程序在后台运行。 (Uncategorized / Uncategorized)
- awesome-deno - deno-deamon - Make the Deno program run in the background.![GitHub stars](https://img.shields.io/github/stars/manyuanrong/deno-deamon?style=plastic) (Modules / Online Playgrounds)
- awesome-deno - deno-deamon - Make the Deno program run in the background. (Modules / Utils)
- awesome-deno-cn - @manyuanrong/deno-deamon
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...
```