Node.js is a platform built on a JavaScript foundation. It operates on the JavaScript V8 engine present in Google Chrome. It helps us develop web and single-page applications. Node.js is used by both large organizations as well as upcoming start-up companies.
Node.js architecture uses the 'single-threaded event loop' architecture for handling multiple client requests.