0 votes
in Mean Stack by
What are the upsides and downsides of Node.js?

1 Answer

0 votes
by

Advantages:

  1. If your application does not have any CPU concentrated calculation, you can construct it in JavaScript through and through, even down to the database level in the event that you utilize JSON stockpiling object DB like MongoDB.
  2. Crawlers get a full-rendered HTML reaction, which is significantly more SEO well disposed of instead of a solitary page application or a web sockets application that keep running over Node.js.

Disadvantages:

  1. Any concentrated CPU calculation will square node.js responsiveness, so a strung stage is a superior approach.
  2. Using a social database with Node.js is viewed as less good
...