Vertafore Interview Question

Is Node.js multi-threaded?

Interview Answer

Anonymous

Jul 17, 2017

Yes, but it's all under the hood, so for a developer, it's functionally a single thread for the event loop.