Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joshwnj/workerize-example
Example of converting a module to a web-worker in electron
https://github.com/joshwnj/workerize-example
Last synced: 28 days ago
JSON representation
Example of converting a module to a web-worker in electron
- Host: GitHub
- URL: https://github.com/joshwnj/workerize-example
- Owner: joshwnj
- Created: 2018-01-25T22:29:09.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-25T23:11:32.000Z (almost 7 years ago)
- Last Synced: 2024-10-05T13:36:32.772Z (about 1 month ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 13
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# workerize-example
Example of using [`workerize`](https://github.com/developit/workerize) in electron.
```
npm install
npm start
```