Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/theanarkh/understand-nodejs
通过源码分析nodejs原理
https://github.com/theanarkh/understand-nodejs
Last synced: 21 days ago
JSON representation
通过源码分析nodejs原理
- Host: GitHub
- URL: https://github.com/theanarkh/understand-nodejs
- Owner: theanarkh
- License: mit
- Created: 2020-08-31T05:46:17.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-22T13:09:12.000Z (6 months ago)
- Last Synced: 2024-10-02T00:03:07.201Z (about 1 month ago)
- Size: 8.26 MB
- Stars: 2,303
- Watchers: 64
- Forks: 258
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-nodejs - understand-nodejs - Nodejs principle is analyzed by source code. ![](https://img.shields.io/github/stars/theanarkh/understand-nodejs.svg?style=social&label=Star) (Resources / Tutorials)
- awesome-github-star - understand-nodejs
README
# 通过源码分析 Node.js 原理
* [官网](https://theanarkh.github.io/understand-nodejs)
* [Node.js 源码分析系列文章](https://www.zhihu.com/column/c_1094251741922619392)
* [深入剖析 Node.js 底层原理](https://juejin.cn/book/7171733571638738952) 和 [示例代码](https://github.com/theanarkh/nodejs-book)
* [JavaScript 运行时 Demo](https://github.com/theanarkh/js-runtime-demo)
* [No.js: 基于 V8 和 io_uring 的 JavaScript 运行时](https://github.com/theanarkh/No.js)
* [Deer: 基于 V8 和 kqueue 的 JavaScript 运行时](https://github.com/theanarkh/Deer)
* [Node.js V10.x 源码注释](https://github.com/theanarkh/read-nodejs-code)
* [Libuv 源码注释](https://github.com/theanarkh/read-libuv-code)