Node.js Best Practices — Going to Production

John Au-Yeung
Level Up Coding
Published in
4 min readApr 29, 2020

--

Photo by Anukrati Omar on Unsplash

Node.js is a popular runtime to write apps for. These apps are often production quality apps that are used by many people. To make maintaining them easier, we’ve to set some guidelines for people to follow.

In this article, we’ll look at what we should with our Node app before and after going to production.

Use Production-Like Environment for E2E…

--

--