Viewing articles tagged “Understanding Node.js asynchronous operations”
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…