electron-worker-farm
v1.1.0
Published
Worker Farm wrapper for Electron apps
Downloads
22
Maintainers
Readme
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