0 votes
in Mean Stack by
Justify when will we decide when To Use Node.Js and when not to use it?

1 Answer

0 votes
by

It's ideal to use Node.js for developing streaming or event-based period applications that need less C.P.U. Usage like.

Chat applications.

Game servers

Good for A cooperative atmosphere.

It is appropriate for environments wherever many folks work along. For instance, they post their documents; modify them by doing check-out and arrival of those documents.

Node.js supports such things by making a happening loop for each amendment created to the document. The “Event loop” feature of Node.js allows it to handle multiple events at the same time while not obtaining blocked.

1. Good for a cooperative atmosphere

It is appropriate for environments wherever many folks work along. For instance, they post their documents, modify them by doing check-out and arrival of those documents.

Node.js supports such things by making an occurrence loop for each amendment created to the document. The “Event loop” feature of Node.js permits it to handle multiple events at the same time while not obtaining blocked.

2. Servers dedicated to the advertisement.

Again, we have got servers that are dedicated to handling thousands of requests which can be used for downloading the advertisements from the central host and the perfect answers for handling these tasks are Node.JS.

3. Servers dedicated to streaming.

Another ideal situation to use Node.js is for the multimedia system streaming servers wherever shopper fireplace request’s towards the server which is used to transfer totally different multimedia system contents from it.

Summarizing the whole, using Node.js is a smart choice, after you want high levels of concurrency, however, less quantity of dedicated C.P.U. Time.

...