Event loop in NodeJS
NodeJS runs on a single thread, which means there is one main thread, one call stack and only one operation is executed at a time.You might think this will slow down the request processing, but it doe
aksh27.hashnode.dev3 min read