Thursday 16 August 2018

If a client A makes a request to the server, and client B makes also a request, the server only will serve client B after the client A request is processed?

Im asking this beacus im new to node and i saw this:Node.js keeps a single thread for your code...It really is a single thread running: you can't do any parallel code execution; doing a "sleep" for example will block the server for one second

Submitted August 16, 2018 at 04:41PM by Don-g9

No comments:

Post a Comment