1
Google's V8 JavaScript Engine develops node. Node.js applications are event-based and run asynchronously. The thing you are running as JavaScript code is precisely the same thing the Chrome program uses to run JavaScript code. Node.js is single threaded tech; its creator Ryan Dahl developed Node to employ a single thread with one process at a time.