Multithreading in Node.js
c
chakravarthy
@chakrihacker
Section: Full talk
Technical level: Beginner
Node.js is very fast, but it’s not suitable for cpu intensive tasks as it is single threaded. In Node 10 worker threads are introduced which can spawn multiple threads. This can be used for cpu intensive tasks like machine learning. This talk will give a gentle introduction on how to use multi threading in node.js
Outline
- Pros and Cons of Single threaded Node.JS
- Introduction to threading in Node.js
- Demo
Requirements
open mind
Speaker bio
I am software engineer at platify
{{ errorMsg }}