Node.js Performance Tuning and Testing

added by JavaScript Kicks
1/11/2019 3:00:28 PM

1168 Views

We know Node.js for its lightning-fast performance. Yet, as with any language, you can write Node.js code that performs worse for your users than you'd like. To combat this, we need adequate performance testing. Today, we will cover just that with an in-depth look at how to set up and run a performance test and analyze the results so you can make lightning-fast Node.js applications.


0 comments