(Un)parallel processes in Node.js
A year ago, I flunked an interview saying parallel executions were not possible in node.js when asked to execute a set of REST API calls parallelly. Of course, the right answer was to use Promise.all();
Although I acknowledged that I was wrong, some...
sir11.hashnode.dev3 min read
mohan
Nice!!!