https://github.com/michaelcurrin/node-worker-threads-quickstart
Quickstart projects that demonstrate how to use Worker Threads in Node
https://github.com/michaelcurrin/node-worker-threads-quickstart
nodejs worker-threads
Last synced: 3 months ago
JSON representation
Quickstart projects that demonstrate how to use Worker Threads in Node
- Host: GitHub
- URL: https://github.com/michaelcurrin/node-worker-threads-quickstart
- Owner: MichaelCurrin
- Created: 2021-11-24T09:06:04.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-24T10:08:28.000Z (over 3 years ago)
- Last Synced: 2025-01-14T20:52:29.070Z (5 months ago)
- Topics: nodejs, worker-threads
- Language: JavaScript
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Node Worker Threads Quickstart
> Quickstart projects that demonstrate how to use Worker Threads in Node[](https://github.com/MichaelCurrin/node-worker-threads-quickstart/releases/)
[](#license)[](https://nodejs.org "Go to Node.js homepage")
I've done research into Worker Threads in Node, to run tasks in parallel.
This is a guide on how to start one or more child threads within a parent thread, using functionality built into Node.
This repo includes demo scripts you can run, plus some background notes and links to tutorials and documentation used.
## Documentation
> Set up and run the quickstarts locally[](/docs/ "Go to project documentation")
## License
Released under [MIT](/LICENSE) by [@MichaelCurrin](https://github.com/MichaelCurrin).