Single thread means -
1. Compute heavy code will choke the thread and cause a problem for all clients.
2. Exceptions bubbling up to the core (topmost) Node.js event loop will cause the Node.js instance to terminate, thereby, crashing the program. There are designs to prevent this.