Node.js - Cluster Module
Which of the following is the correct way to create a cluster in Node.js?
require('cluster') and workers are created with cluster.fork().proxy module by default, http.listenCluster() and cluster.createServer() are invalid methods.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions