安全版本现已发布!
学习
关于
下载
博客
文档
认证
开始输入...
Ctrl K
更改页面
入门
Introduction to Node.js
How to install Node.js
How much JavaScript do you need to know to use Node.js?
Differences between Node.js and the Browser
The V8 JavaScript Engine
An introduction to the npm package manager
ECMAScript 2015 (ES6) and beyond
Node.js, the difference between development and production
Node.js with TypeScript
Node.js with WebAssembly
Debugging Node.js
Profiling Node.js Applications
Security Best Practices
异步工作
Asynchronous flow control
Overview of Blocking vs Non-Blocking
JavaScript Asynchronous Programming and Callbacks
Discover JavaScript Timers
The Node.js Event Loop
The Node.js Event Emitter
Understanding process.nextTick()
Understanding setImmediate()
Don't Block the Event Loop
操作文件
Node.js file stats
Node.js File Paths
Working with file descriptors in Node.js
Reading files with Node.js
Writing files with Node.js
Working with folders in Node.js
How to work with Different Filesystems
命令行
从命令行运行 Node.js 脚本
如何在 Node.js 中读取环境变量
如何使用 Node.js REPL
使用 Node.js 输出到命令行
在 Node.js 中接受来自命令行的输入
模块
如何发布 Node-API 包
HTTP 事务的解剖
ABI 稳定性
流中的背压
诊断
用户旅程
内存
实时调试
性能低下
火焰图
用户旅程
这些诊断指南由
诊断工作组
创建,旨在为诊断用户应用程序中的问题提供指导。
文档项目根据用户旅程进行组织。这些旅程是一组连贯的逐步程序,用户可以遵循这些程序来找到问题的根本原因。
上一步
流中的背压
下一步
内存
阅读时间
1 分钟阅读
贡献
编辑此页面
Navigate to Home
诊断
用户旅程