Node.js is single-threaded. This means it can only do one thing at a time. But imagine a web server that stops responding to new users while it reads a file from disk or fetches data from a database.
souparna-tech.hashnode.dev5 min read
No responses yet.