Node.js Multithreading!

Node.js used to be defined as a single-threaded asynchronous event-driven JavaScript runtime. It was built to be a non-blocking I/O JavaScript runtime to build scalable network applications, so it uses...

read more...