Hi Guest 1 HomePage 1 Jobs 1 WalkIn 1Articles  

 :) Latest Topic
Node.js Tutorial
Parts of Node.js
Features of Node.js
Install Node.js Windows
Install Node.js Linux
Node.js First Example
Node.js Console
Node.js REPL
Node.js NPM
Node.js CL Options1
Node.js CL Option2
Node.js Globals
Node.js OS
Node.js Timer
Node.js Errors
Node.js DNS
Node.js Net
Node.js Crypto
Node.js TLS/SSL
Node.js Debugger
Node.js Process
Node.js Process Example
Node.js Process Example2
Node.js Child Process
Child Process EXEC
Child Process SPAWN
Child Process Fork
Node.js Buffers
Node.js Streams
Node.js Reading Stream
Node.js Writing Stream
Node.js Piping Stream
Node.js Chaining Streams
Node.js File System Part1
Node.js File System Part2
Node.js File System Part3
Node.js Path
Node.js StringDecoder
Node.js Query String
Node.js ZLIB
Node.js Assertion
Node.js V8
Node.js Callbacks
Node.js Events
Node.js Punycode
Node.js TTY
Node.js Web Module
Node.js Upload Files
Node.js Email Send
Node.js BuiltIn Modules
Node.js Assert Code
Node.js Assert Function
Node.js console.time()
 


  

 
Features of Node.js
Question Posted on 25 Jan 2024

Home >> Tutorial >> Node.js Tutorial >> Features of Node.js


Features of Node.js

Features of Node.js



Below is the list of some of important features of Node.js which makes it the first choice of software architects.

(1)Extremely Fast:-Well Node.js is built on Google Chrome V8 JavaScript Engine, so the library is very fast when we say about the code execution.

(2)I/O is Asynchronous and Event Driven:-All of the APIs of Node.js library are asynchronous for example non-blocking. So the Node.js based server will never waits for retrun data from an API. The server then moves to the next API after calling it and a notification mechanism of Events of Node.js helps the server to get a response from the previous API call. And this is the most common reason of speed, so it is fast.

(3)Single Threaded:-Most useful features of Node.js is single thread, or we can say this will follows a single threaded model with event looping.

(4)Highly Scalable:-Node.js is highly scalable because event mechanism helps the server to respond in a non-blocking way.

(5)No buffering:-Well when we say about the Node.js this will cuts down the overall processing time while uploading audio and video files. Node.js applications will never buffer any data. And These applications simply output the data in chunks.

(6)Open source:-Well Node.js is open source community which has produced many excellent modules to add additional capabilities to Node.js applications.

(7)License:-Well when we say about the license it is released under the MIT license.





Other Important Questions
Parts of Node.js
Install Node.js Linux
Node.js First Example
Node.js Globals
Node.js DNS







 
Top Searches:asp net questions vb net questions sql query uddl questions class javascript Questions sharepoint interview questions and concept silverlight questions and concept wcf questions beans general knowledge ajax questions
PHP | Biztalk | Testing | SAP | HR |