Answer the question
In order to leave comments, you need to log in
Is it possible to enable multithreading in Node.js?
Tell me, is it possible to enable multithreading in a node? And another question - a good tutorial on the node, specifically on the native node and not on the frameworks based on it? (while I am studying the official documentation, for now it is very redundant for me)
Answer the question
In order to leave comments, you need to log in
Still relevant(?) learn.javascript.ru/screencast/nodejs
The first part is just about the "native node"
JavaScript is a single-threaded language, even if a compiler with multithreading support appears, you will have to introduce a lot of non-standardized functionality
. So start processes, establish communication between them (for example, via redis or zeromq) and do not bother with real multithreading
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question