GitHub header with navigation

Node.js

Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine. It uses an event-driven, non-blocking I/O model that makes it lightweight and efficient.

Features

  • Asynchronous and event-driven
  • Fast execution
  • Large ecosystem
console.log('Hello, Node!');