Chapter 2 — How to make your Node.js app ready to scale In the last article we saw how to horizontally scale a Node.js application, without worrying about the code. This time we’ll talk about some aspects you must consider in order to prevent undesired behaviours when you scale up your process. Decouple application instances from DB The first hint isn’t about code, but about your infrastructure. …