How node prevents blocking code?



How node prevents blocking code?..

Answer / Sandeep Vimal

Node.js uses an event-driven, non-blocking I/O model which allows it to handle multiple requests concurrently without blocking the main thread.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Node.js Interview Questions

Explain the process to implement test pyramid in terms of http apis.

1 Answers  


What do you mean by asynchronous api?

1 Answers  


Differentiate between node.js vs ajax?

1 Answers  


Why to use MEAN stack?

1 Answers  


What is an event emmitter?

1 Answers  


Does node.js have a future?

1 Answers  


How much does it cost to develop an app like uber?

1 Answers  


What are lts releases of node.js?

1 Answers  


How will you close a file using node?

1 Answers  


What is the purpose of __dirname variable?

1 Answers  


What is an event loop in node.js ?

1 Answers  


What tools can help you assure a consistent style?

1 Answers  


Categories