Node.js 最大的特点就是采用异步式 I/O 与事件驱动的架构设计
Node.js 最大的特点就是采用异步式 I/O 与事件驱动的架构设计。
Node.js 的异步机制是基于事件的,所有的磁盘 I/O、网络通信、数据库查询都以非阻塞
的方式请求,返回的结果由事件循环来处理
npm install -g node-gyp
added 101 packages in 10s
14 packages are looking for funding
run `npm fund` for details
added 101 packages in 10s
14 packages are looking for funding
run `npm fund` for details
>node-gyp list
gyp info it worked if it ends with ok
gyp info using node-gyp@10.1.0
gyp info using node@18.19.0 | win32 | x64
No node development files installed. Use `node-gyp install` to install a version.
gyp info ok
gyp info it worked if it ends with ok
gyp info using node-gyp@10.1.0
gyp info using node@18.19.0 | win32 | x64
No node development files installed. Use `node-gyp install` to install a version.
gyp info ok
浙公网安备 33010602011771号