by OpenJS Foundation
服务端 JavaScript 运行时
Node.js 是基于 Chrome V8 引擎的 JavaScript 运行时环境,允许在服务器端执行 JavaScript。采用事件驱动、非阻塞 I/O 模型,适合构建高并发网络应用。