# Node.js Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine. ## Features - Asynchronous and event-driven - Fast execution - Large ecosystem ## Usage ```javascript console.log('Hello, Node!'); ``` See the [documentation](https://nodejs.org/en/docs/) for more details.