A
A
Alexander Degtyarev2016-07-25 15:52:55
JavaScript
Alexander Degtyarev, 2016-07-25 15:52:55

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

2 answer(s)
M
Maxim, 2016-07-25
@ErichAltheim

Still relevant(?) learn.javascript.ru/screencast/nodejs
The first part is just about the "native node"

D
Dmitry Belyaev, 2016-07-25
@bingo347

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 question

Ask a Question

731 491 924 answers to any question