By Glintr Editorial TeamReviewed by Glintr Learn ReviewersUpdated 5 min readArea: Programming
Quick Answer
What is Node.js?
Node.js is a JavaScript runtime that lets developers run JavaScript on servers and build scalable network applications.
Definition
Node.js runs JavaScript outside the browser using Google's V8 engine and an event-driven, non-blocking I/O model. It powers everything from real-time chat servers to full API backends and CLI tools.