Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine. It allows JavaScript to be run on the server-side to develop network applications and servers. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient. A large ecosystem of open source modules further extends the capabilities of Node.js applications.