How would you scale Node application? Technology Community › Category: Node.js › How would you scale Node application? 0 Vote Up Vote Down VietMX Staff asked 4 years ago We can scale Node application in following ways: cloning using Cluster module. decomposing the application into smaller services – i.e micro services.