Pergunta de entrevista da empresa DataArt

How can you solve a problem with a very complicated and long in time computation?

Resposta da entrevista

Sigiloso

15 de mai. de 2017

Node.js has the only one execution thread but you are able to run another one Node.js instance and bind it to the main one.

1