Mar 27, 2022
Hi Mustafa,
Glad you liked the article. I don’t think nodejs would work for this type of application. As far as Node is concerned, there is only one thread. Asynchronous calls are put into the event queue and only run on the next tick.
Hi Mustafa,
Glad you liked the article. I don’t think nodejs would work for this type of application. As far as Node is concerned, there is only one thread. Asynchronous calls are put into the event queue and only run on the next tick.
Addicted to 007 movies and music of all genres and all generations. A bit of philosophy with a pinch of music and a handful of coding.