Node.js
Your first document
Node.js
How Node.js works
Event loop, libuv, worker threads.
Performance Characteristics
- Non-blocking IO
- CPU-bound limitations
Trade-offs
- Great for IO-heavy workloads
- Not ideal for CPU-heavy tasks
Interview Focus
- Scaling Node.js
- Memory leaks