Hi
I am new to Node JS, anybody could explain where do we use Node JS in a web Project.
I know it is used for Real time application (like Chat) etc. I would like to know the exact usage of Node JS in any project.
Thanks for your assistance
Prasad Krishnarao
Puneet KankarPosted Feb 13, 2019, 10:40 PM
Node.js uses asynchronous programming!
A common task for a web server can be to open a file on the server and return the content to the client.
Here is how PHP or ASP handles a file request: