Skip to content

art-emini/NeedleJS

Repository files navigation

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