![NodeJs](https://www.codingeek.com/wp-content/uploads/2015/10/NodeJs-220x162.png)
NodeJS
Is NodeJs Single Threaded – Let’s Find Out
October 27, 2015
| NodeJS is single threaded, hmm yes but this is a partial truth, actually it is event-driven and single-threaded with background workers. NodeJS is based on JavaScript and C++. JavaScript executes on the
Read More