Skip to content

platformatic/the-multithreading-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Multithreading Workshop

Node.js's single-threaded nature is a common misconception.

While this held true in the past, today, Node.js effectively utilizes an event loop and asynchronous programming techniques to handle concurrent requests efficiently.

However, it's very easy to do multithreading the wrong way. In this workshop, we'll explore best practices and tools to supercharge Node.js multithreading.

Getting started

git clone https://github.com/platformatic/the-multithreading-workshop.git
cd the-multithreading-workshop
npm install

About

No description, website, or topics provided.

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published