Node js - Internals
Node js: Single-threaded, Non-blocking IO, And Event Driven ♻️
Node js uses only one thread to do the tasks. It makes use of asynchronous programming to handle concurrency.
Non-blocking: refers to the program that does not block the execution of fu...
akshayrr.hashnode.dev2 min read