The last step before deploying your new API server into production is to load test it. Load testing allows you to better understand the performance characteristics as well as forecast load and capacity. Fortunately, load testing is incredibly easy and I'll show you exactly how to create a load test plan, test the response from the API server to ensure it is responding correctly, and scale your test up to simulate as many users as needed.
Nice lessons, thank you. How did you open Node stdout interface in the end of this video?
Thanks! It's nodejs-dashboard from Formidable Labs: https://github.com/FormidableLabs/nodejs-dashboard I recorded a couple of lessons on how to use it:
Hello Will, where is information about "...authorization, authentication..."?
Thanks! It's nodejs-dashboard from Formidable Labs: https://github.com/FormidableLabs/nodejs-dashboard I recorded a couple of lessons on how to use it:
Fantastic!!