electron-worker-farm
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

Electron wrapper for Worker Farm

Create Electron workers using the awesome Worker Farm Worker Farm Version 1.7.0

Note: this package allows you to use multithreading in Electron. This type of multithreading allows you to use NODE JS API. However none of Electron's built-in modules can be used in a multi-threaded environment. So it is very important in the child file you should never import any of the Electron modules.

Install

npm install --save electron-worker-farm

Example Worker Farm Exaple

API Worker Farm API

Related

Package Sidebar

Install

npm i electron-worker-farm

Weekly Downloads

5

Version

1.1.0

License

MIT

Unpacked Size

78.1 kB

Total Files

26

Last publish

Collaborators

  • thecele