https://github.com/vodyani/dust
🌟 dust (星尘) 是一个多线程及线程池管理方案
https://github.com/vodyani/dust
nestjs nestjs-backend nodejs threads vodyani worker-threads
Last synced: 12 months ago
JSON representation
🌟 dust (星尘) 是一个多线程及线程池管理方案
- Host: GitHub
- URL: https://github.com/vodyani/dust
- Owner: vodyani
- License: mit
- Created: 2022-03-20T01:36:15.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-03T06:25:04.000Z (over 1 year ago)
- Last Synced: 2024-11-16T01:43:43.648Z (over 1 year ago)
- Topics: nestjs, nestjs-backend, nodejs, threads, vodyani, worker-threads
- Language: TypeScript
- Homepage:
- Size: 258 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
# Vodyani dust
*🌟 "dust" is the threading solution of vodyani, which makes basic thread and thread pool functions available to the public. When work threads is invoked, it takes over threads and isolates them from the main thread.*
[](https://www.npmjs.com/package/@vodyani/dust)
[](https://www.npmjs.com/package/@vodyani/dust)
[](LICENSE)

[](https://codecov.io/gh/vodyani/dust)
[](https://snyk.io/test/github/vodyani/dust?targetFile=package.json)
## Installation
```sh
npm install @vodyani/dust
```
## Recommendations
> [Get started with documentation](https://vodyani.vercel.app/docs/advanced/dust)
- typescript `v4.6.x`
- node.js `v12.x` ~ `v16.x`
## Dependencies
- [vodyani/core](https://github.com/vodyani/core) `v8`
- [nestjs/common](https://github.com/nestjs) `v8`
- [lodash](https://github.com/lodash/lodash) `v4`
- [threads](https://github.com/andywer/threads.js) `v1`
- [tiny-worker](https://github.com/avoidwork/tiny-worker) `v2`
## License
Vodyani dust is [MIT licensed](LICENSE).