© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Harsh Raj
Web Developer, Building useful web applications
Node.js run single thread. But handle thousands requests. How? Event loop. Event loop = manager that decide what code run when. Without it, Node.js freeze on first slow task. This about understanding
No responses yet.