Clustering, worker threads, performance, security, and architecture
What are Worker Threads in Node.js?
What is the difference between cluster and worker_threads?
What is the libuv library in Node.js?
What is the thread pool in Node.js and what is its default size?
What are the phases of the Node.js event loop?
What is memory leak in Node.js and how can you detect it?
What is the purpose of the --inspect flag?
What is the N-API in Node.js?
What is backpressure in Node.js streams?
What is the purpose of PM2?
What are some common security vulnerabilities in Node.js applications?
What is the purpose of npm audit?
What is graceful shutdown in Node.js?
What is the purpose of child_process module?
What is the difference between spawn() and exec() in child_process?
What is the V8 garbage collector and how does it work?
What is the purpose of the async_hooks module?