back to home
chyingp / nodejs-learning-guide
Nodejs学习笔记以及经验总结,公众号"程序猿小卡"
6,897 stars
1,210 forks
11 issues
Ruby
AI Architecture Analysis
This repository is indexed by RepoMind. By analyzing chyingp/nodejs-learning-guide in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.
Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.
Repository Summary (README)
PreviewNodejs学习笔记
阿里CBU技术部招前端实习生啦!2023届的同学看过来,专业过关、前端基础扎实即可,低代码/跨端/直播/VR/electron/nodejs ,总有一款适合你 👍 可点击这里投递简历,感兴趣的小伙伴也可以加我微信 casperchen 咨询,注明是否找实习哦~
Nodejs学习过程中的一些总结,可点击这里查看完整版。欢迎关注公众号 程序猿小卡。
- 基础:核心模块常用API 的使用、注意事项。(含可执行的demo)
- 进阶:项目实战经验总结,含常用框架、库介绍,从编码到服务端部署运维。
目录如下
- Introduction
- 内置模块
- 资源压缩-zlib(ok)
- 文件系统操作-fs
- 域名解析-dns(ok)
- 网络服务-http(ok)
- 网络服务-http-req(ok)
- 网络服务-http-res(ok)
- 网络服务-http-client(ok)
- 网络服务-http-server(ok)
- 网络服务-https(ok)
- 网络TCP-net(ok)
- 网络UDP-dgram(ok)
- 网络地址解析-url(ok)
- 数据加密-crypto(OK)
- URL查询字符串-querystring(ok)
- 二进制数据-buffer(ok)
- 子进程-child_process
- 进程相关-process(ok)
- 集群-cluster(ok)
- 基础调试-console(ok)
- 进阶调试-debugger(ok)
- 错误处理-error
- 事件机制-events(ok)
- 全局对象-global
- 模块机制-module
- 本地路径处理-path(ok)
- 逐行读取-readline(ok)
- 命令行设计-repl
- 实用工具模块-util(ok)
- 流操作-stream(ok)
- 二进制解码-string_decoder
- 定时器-timers
- 安全加密-tls
- 进阶使用
- Nodejs进阶:服务端字符编解码&乱码处理(ok)
- Nodejs进阶:MD5入门介绍及crypto模块的应用(ok)
- Nodejs 进阶:Express 常用中间件 body-parser 实现解析(ok)
- 基于express+muter的文件上传(ok)
- 将图片转成datauri嵌入到html(ok)
- 本地调试远程服务器上的Node代码(ok)
- express+session实现简易身份认证(ok)
- express+morgan:从入门使用到源码剖析(ok)
- express+cookie-parser:签名机制深入剖析(ok)
- Nodejs 进阶:log4js入门实例(ok)
- 调试日志打印:debug模块
- Nodejs进阶:crypto模块之理论篇
- Nodejs进阶:5分钟入门非对称加密用法
- express进阶:多模板引擎支持
- 基于 express + XHR 的跨域资源请求
微信公众号
