DEV Community

Discussion on: JavaScript is a single threaded "Synchronous", What does that mean?!

Collapse
 
seek4samurai profile image
Gourav Singh Rawat

When it comes to Asynchronous at backend I guess NodeJS could be helpful.
Since NodeJS uses asynchronous callbacks not like one Database queries, it doesn't have to wait for one set of instruction to get completed.