Introduction to node.js
I’m gonna talk about node.js and the benefits of using node.js on the server side. First lets clear some concepts. Regular web servers use threads (OS threads) for handling requests. 1 request = 1 OS threads 1000 requests = 1000 OS threads Every OS thread takes some memory from the system and does not return [...]


