Viewing articles tagged “Node.js event loop explanation”
Node.js is a single-threaded application, but it can support concurrency via the concept of event and callbacks. Every API of Node.js is…