Appearance
Profiling Nodejs App
See this article: https://nodejs.org/en/docs/guides/simple-profiling/. Some notable areas mentioned in the article:
- Benchmarking HTTP APIs with ApacheBench
- Comparison of latency between synchronous (blocking) and asynchronous implementations