Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 
  • Event Loop in node.js?

    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 395
    Comment on it

    As we know that , Node js is a single threaded application but it also support concurrency based on concept of event and callbacks.


    Every api that we are doing using node.js are asynchronous and single thread,node js uses asynchronous function calls to maintain the concurrency.


    Every node thread holds the event loop and whenever any task get finished means completed, at that time it fires the corresponding event which alert the event listener function to get execute.

    This way event loop process on node js.

 0 Comment(s)

Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: