The Node.js Event Loop Explained
A developer I worked with once hit a wall after learning that Node.js is single-threaded. His assumption was simple: one thread means one request at a time. Yet his API was handling hundreds of concur
mohammadaman.hashnode.dev6 min read