Node.js Best Practices — Monitoring

John Au-Yeung
JavaScript in Plain English
3 min readAug 14, 2020

--

Photo by Anna Pelzer on Unsplash

Like any kind of apps, JavaScript apps also have to be written well.

Otherwise, we run into all kinds of issues later on.

In this article, we’ll look at some best practices we should follow when writing Node apps.

Delegate to a Reverse Proxy

--

--