I'm a professional writer and software developer with more than 10 years of experience. I have worked for a lot of businesses and can share sample works with you upon request. Chat me up and let's get started.....
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.
Join MindStick Community
You need to log in or register to vote on answers or questions.
We use cookies to ensure you have the best browsing experience on our website. By using our site, you
acknowledge that you have read and understood our
Cookie Policy &
Privacy Policy.
Pros:
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.