logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • What are the Advantages of Node.js?


  • Correct Answer
  • Aynchronous and Event Driven - All APIs of Nodejs library area unit aynchronous that's non-blocking It basically means that a Nodejs based mostly server not waits for a API to return information Server moves to next API when calling it and a notification mechanism of Events of Nodejs helps server to induce response from the previous API decision Very Fast - Nodejs library is very fast in execution of code Single Threaded but highly Scalable - Nodejs uses a single threaded model with event looping Nodejs uses a single threaded program and same program can services much larger number of requests than traditional server like open source No Buffering - Nodejs applications never buffer any data These applications simply output the data in faster 

  • Tags: Software Architect

    Technology problems


    Search Results


    • 1. What is a Node.js?
    • Discuss
    • 2. Explain about struts dispatch action in DHTML
    • Discuss
    • 3. Explain three important components of Dynamic HTML authoring - Positioning, Style modifications and Event handling
    • Discuss
    • 4. Distinguish between Static vs. Dynamic HTML
    • Discuss
    • 5. List the major benefits of E-commerce.
    • Discuss
    • 6. Is Node.js is a single threaded application?
    • Discuss
    • 7. What is a REPL in context of Node.js?
    • Discuss
    • 8. How does Node.js prevents blocking code?
    • Discuss
    • 9. What is the purpose of Buffer class in Node.js?
    • Discuss
    • 10. What is a AngularJS?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment