What are the pros and cons of Node.js?
387
19-Feb-2021
Home / DeveloperSection / Interviews / What are the pros and cons of Node.js?
Rahul Roi
19-Feb-2021Pros:
Assume that your application does not have any CPU intensive computation, then you can build it in Javascript top to bottom, even down to the database level if you use JSON storage object DB like MongoDB.
Where the crawlers receive a full-rendered HTML response, Whereas, it is far more SEO friendly rather than a single page application or a websockets app run on top of Node.js.
Cons:
Approx, all deep CPU computation will be block node.js responsiveness, because a threaded platform is a better approach.
By using the relational database with Node.js is considered less favorable.