An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# Node Worker Threads Quickstart
> Quickstart projects that demonstrate how to use Worker Threads in Node

[![GitHub tag](https://img.shields.io/github/tag/MichaelCurrin/node-worker-threads-quickstart?include_prereleases=&sort=semver&color=blue)](https://github.com/MichaelCurrin/node-worker-threads-quickstart/releases/)
[![License](https://img.shields.io/badge/License-MIT-blue)](#license)

[![Made with Node.js](https://img.shields.io/badge/Node.js->=12-blue?logo=node.js&logoColor=white)](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

[![view - Documentation](https://img.shields.io/badge/view-Documentation-blue?style=for-the-badge)](/docs/ "Go to project documentation")

## License

Released under [MIT](/LICENSE) by [@MichaelCurrin](https://github.com/MichaelCurrin).