About 123,000 results
Open links in new tab
  1. scalability - Why is Node.js scalable? - Stack Overflow

    Jun 5, 2013 · 26 node.js scalable, what is meant by the that? What part of a node.js server is scalable. I read that it is a single-threaded technology that is not suitable for applications that would need a lot …

  2. What exactly is node.js used for? - Stack Overflow

    Dec 26, 2010 · 88 From Node.js website Node.js is a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications. Node.js uses an event-driven, non-blocking I/O …

  3. Can we say node.js is a web server? - Stack Overflow

    Feb 27, 2012 · Node.js Node.js is a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications. Node.js uses an event-driven, non-blocking I/O model that makes …

  4. node.js - What is javascript runtime..? - Stack Overflow

    Jun 15, 2015 · Node.js is a platform built on Chrome's JavaScript run-time for easily building fast, scalable network applications. Node.js uses an event-driven, non-blocking I/O model that makes it …

  5. How to use node.js server as a iis server? - Stack Overflow

    Aug 26, 2014 · Node.js is a little different. It is a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications. It fetures a event-driven, non-blocking I/O model that …

  6. What is meant by a single-threaded, event-driven I/O system?

    Apr 22, 2019 · Node.js is a single-threaded but highly scalable system that utilizes JavaScript as its scripting language. It uses asynchronous, event-driven I/O instead of separate processes or threads.

  7. What is a Event Driven non blocking IO model in Node.js?

    Aug 26, 2019 · For files, node.js can do either one. For things like networking, only non-blocking I/O exists. Your question is very broad (it could take dozens of pages of responses to fully explain the …

  8. What are the differences between node.js and node?

    Node.js is a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and …

  9. Is NodeJS a programming language? - Stack Overflow

    Feb 5, 2025 · The official site for Node.js has a quick summary: As an asynchronous event-driven JavaScript runtime, Node.js is designed to build scalable network applications. In the following "hello …

  10. node.js - Efficient/Scalable way to store and retrieve UUID as binary ...

    Jul 5, 2020 · The second option is to run the convert on the application layer (Node.js). This way, the performance will not be a big problem since web servers are horizontally scalable. However, the …