On this page

    🌐 Learn Node.js

    欢迎来到 Node.js 学习资源。无论你是刚刚开始还是希望加深知识,这些指南涵盖了从基础到高级的所有主题。

    🌐 Welcome to the Node.js learning resources. Whether you're just getting started or looking to deepen your knowledge, these guides cover everything from the basics to advanced topics.

    • 入门 — 安装 Node.js 并编写你的第一个程序
    • 命令行 — 运行脚本,使用 REPL,并处理输入/输出
    • HTTP — 构建网页服务器并使用 HTTP
    • 文件系统 — 读取、写入和操作文件
    • 异步工作 — 理解异步模式、Promise 和事件循环
    • TypeScript — 在 Node.js 中使用 TypeScript
    • 包管理 — 发布和管理包
    • 诊断 — 调试性能和内存问题
    • 测试 — 使用内置测试运行器编写并运行测试
    • 安全 — 遵循安全最佳实践