Any Pointers on How Can I Speed Up my Node.js Application ?

Posted by Sumeet Arora
6
Jul 28, 2016
133 Views

nodejs1.jpg

Performance optimization

I am planning to develop a new web application using Nodejs and I want it to make it  faster than usual in order to keep it ahead in the competitive fast web technology.


So can anyone please suggest some possible steps and pointers through which I can speed up my Node.Js application.


Speedup mean serving too many clients without slowing down your server. One response will always take the time it needs, the question is for a response not to wait until another finishes.


You cannot speed up nodejs more than it is capable (assuming you have written the most performant code possible), but you can scale your application.


Read more about Any Pointers on How Can I Speed Up my Node.js Application ? visit Findnerd.

1 people like it
avatar
Comments
avatar
Please sign in to add comment.