Original article: https://www.smashingmagazine.com/2018/06/nodejs-tools-techniques-performance-servers/
Keeping Node.js Fast: Tools, Techniques, And Tips For Making High-Performance Node.js Servers — Smashing Magazine
- 18 min read
- Performance, Tools, Techniques, Node.js, Backend
When it comes to performance, what works in the browser doesn’t necessarily suit Node.js. So, how do we make sure a Node.js implementation is fast and fit for purpose? Node is a very versatile platform, but one of the predominant applications is creating networked processes. In this article David Mark Clements is going to focus on profiling the most common of these: HTTP web servers.
If you’ve been building anything with Node.js for long enough, then you’ve