Skip to content

Just a simple solutions using Node.js worker threads

Notifications You must be signed in to change notification settings

HenrikGr/travsport

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run the app locally

  1. Install Node.js, the latest LTS version - 12.13.0
  2. Clone this repo, https://github.com/HenrikGr/travsport.git
  3. Run npm install to install the app's dependencies
  4. Run npm start to start the app

Note: Node.js Worker Threads allow concurrent execution of JavaScript code. If you are familiar with the Unix thread model, you know that for every process group there is a parent process and several child processes. A similar model is used for Worker Threads in this solutions.

It was great fun to write my first solution based on worker threads. :-)

About

Just a simple solutions using Node.js worker threads

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published