Node.js is a Javascript runtime built on Chrome's V8 Javascript engineIt is an asynchronous event-driven Javascript runtime, designed to build scalable network applicationsNodeJS allows using V8 engine outside of the browser, making it possible to run Javascript on the operating systemSome of the key features of NodeJS include asynchronous & event-driven architecture, non-blocking I/O, and cross-platform support