Node.js - Cluster Module
Which Node.js code snippet correctly creates a simple cluster using the
cluster module?cluster module?require('cluster') to import the cluster module.cluster.isMaster checks if current process is master, then cluster.fork() creates a worker.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions