1.1.0 • Published 4 years ago

electron-worker-farm v1.1.0

Weekly downloads
8
License
MIT
Repository
github
Last release
4 years ago

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