Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
What are the upsides and downsides of Node.js?
Home
Mean Stack
What are the upsides and downsides of Node.js?
0
votes
asked
Oct 31, 2023
in
Mean Stack
by
Robin
What are the upsides and downsides of Node.js?
nodejs
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Oct 31, 2023
by
Robin
Advantages:
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.
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:
Any concentrated CPU calculation will square node.js responsiveness, so a strung stage is a superior approach.
Using a social database with Node.js is viewed as less good
...