Why Node.js? What’s so special about it?

Why Node.js? What’s so special about it?

Geek Evident Asked on November 28, 2017 in Node JS.
Add Comment
  • 1 Answer(s)

      Not All Uses Are Good Uses for Node.js. Node.js is a server-side JavaScript environment. It uses an asynchronous event-driven model and is designed for writing scalable internet applications, notably web servers.

      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 efficient, perfect for data-intensive real-time applications that run across distributed devices.

      Geek Evident Answered on June 25, 2018.
      Add Comment

      Your Answer

      By posting your answer, you agree to the privacy policy and terms of service.