How does Node.js REST Frameworks perform on the new MacBook Pro 2019? In this article we bring an update.

I talk about JavaScript and Node.js, the software runtime of the 21 century!
How does Node.js REST Frameworks perform on the new MacBook Pro 2019? In this article we bring an update.
In this article we describe how we can efficiently serve static files (aka frontends) using Node.js + restana + serve-static. We also quickly mention browser-side caching integration and a performance comparison vs Nginx.
In this article we discuss how we can easily implement APIs caching in distributed solutions. A Node.js implementation is described, in concrete the great http-cache-middleware module.
In this article we discuss a Node.js solution for API Gateways implementation. From a developer perspective, we will describe how we can easily implement the most common API gateway functionalities using only Node.js and JavaScript ❤️
restana is a blazing fast and minimalist connect-like+ middleware compatible framework optimised for performant REST APIs. Currently the faster "usable" Node.js framework listed in: https://github.com/the-benchmarker/web-frameworks
Do you really need express in micro-services and APIs environment?