Find your content:

Search form

You are here

Nodejs features

 
Share

Nodejs features

Non blocking I/O - If you are coming from java or python you know that when you perform an I/O function, the next line of code will not execute until that particular I/O request is completed but with node I/O functions is non-blocking. It will continue in the background asynchronously and the program will move on next line of code.

My Block Status

My Block Content