Does database call during the http request offloaded to Node.js thread pool
So my understanding is that Node.js offloads blocking operations to thread pool like file system access, crypto, compression etc.
So my understanding is that Node.js offloads blocking operations to thread pool like file system access, crypto, compression etc.