art-emini / NeedleJS

NeedleJS - Spawn and manage worker threads easily

Home Page:https://github.com/ksplatdev/NeedleJS/wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NeedleJS

Spawn and manage worker threads easily

Features

  • Easy way to spawn and close worker threads in NodeJS
  • Emit and listen for named events
  • Named threads
  • Wrapper around node:worker_threads package
  • Small
  • Easy to Use
  • Performant
  • Written in TypeScript
  • Typedefs

Download

Github

  1. Download the latest release.
  2. Import or require NeedleJS.
  3. Read the docs.

NPM

  1. Run npm install ksplat@needlejs or if using yarn yarn add @ksplat/needlejs.
  2. Import or require NeedleJS.
  3. Read the docs.

CDN

  1. Setup an asset bundler like webpack or parcel.
  2. Import DuckEngine from URL
  3. Read the docs.

License

MIT

Author

Bleart Emini

About

NeedleJS - Spawn and manage worker threads easily

https://github.com/ksplatdev/NeedleJS/wiki

License:MIT License


Languages

Language:TypeScript 59.3%Language:Shell 28.9%Language:JavaScript 11.9%