All Projects → yjhjstz → Deep Into Node

yjhjstz / Deep Into Node

深入理解Node.js:核心思想与源码分析

Projects that are alternatives of or similar to Deep Into Node

all-about-node
All about Node.js
Stars: ✭ 16 (-99.6%)
Mutual labels:  v8, libuv
Deep Into Code
Node.js / Libuv / V8 引擎源代码学习笔记
Stars: ✭ 66 (-98.35%)
Mutual labels:  libuv, v8
luv-vimdocs
No description or website provided.
Stars: ✭ 51 (-98.73%)
Mutual labels:  libuv
Jk
Configuration as Code with ECMAScript
Stars: ✭ 322 (-91.96%)
Mutual labels:  v8
Libwebsockets
canonical libwebsockets.org networking library
Stars: ✭ 3,314 (-17.25%)
Mutual labels:  libuv
v8go-polyfills
Add polyfills to rogchap/v8go
Stars: ✭ 25 (-99.38%)
Mutual labels:  v8
Little Javascript Book
Early draft for The Little JavaScript Book
Stars: ✭ 305 (-92.38%)
Mutual labels:  v8
tbag
Tea-bag is Third party extension utility project
Stars: ✭ 13 (-99.68%)
Mutual labels:  libuv
V8eval
Multi-language bindings to JavaScript engine V8
Stars: ✭ 332 (-91.71%)
Mutual labels:  v8
Fs
Provide cross platform file operations based on libuv.
Stars: ✭ 276 (-93.11%)
Mutual labels:  libuv
S task
awaitable coroutine library for C
Stars: ✭ 317 (-92.08%)
Mutual labels:  libuv
Dvm
Deno Version Manager - Easy way to manage multiple active deno versions.
Stars: ✭ 271 (-93.23%)
Mutual labels:  v8
Go V8
Go binding for v8
Stars: ✭ 255 (-93.63%)
Mutual labels:  v8
Webrtc Tutorial
📚 WebRTC 中文教程
Stars: ✭ 305 (-92.38%)
Mutual labels:  v8
JustDraw
A Test for Android Canvas Painting with JavaScript Engine
Stars: ✭ 42 (-98.95%)
Mutual labels:  v8
Luvit
Lua + libUV + jIT = pure awesomesauce
Stars: ✭ 3,443 (-14.03%)
Mutual labels:  libuv
uvtls
TLS/SSL extension for libuv that tries to conform to its style and idioms
Stars: ✭ 12 (-99.7%)
Mutual labels:  libuv
Fibjs
JavaScript on Fiber (built on Chrome's V8 JavaScript engine)
Stars: ✭ 2,880 (-28.09%)
Mutual labels:  v8
Web Tooling Benchmark
JavaScript benchmark for common web developer workloads
Stars: ✭ 290 (-92.76%)
Mutual labels:  v8
Javascript Idiosyncrasies
A bunch of Javascript idiosyncrasies to beginners.
Stars: ✭ 353 (-91.19%)
Mutual labels:  v8

《深入理解Node.js:核心思想与源码分析》

Node.js 的源码分析,基于node v6.0.0。

源码分析包括(libuv, v8), 需要有一定的 C、C++基础。 Node.js 的源码到处闪烁着开发者的智慧和追求极致的精神。 包括但不限于:

  • 系统架构

  • 设计模式

  • 性能优化

  • 奇技淫巧

本书通过分析 node 核心模块的实现,向读者阐述 node 异步 IO,事件循环的核心思想。帮助开发者更好的使用 Node.js。

通过追溯 node 社区开发issue, 探讨 node 的变迁和演进,学习 node.js 的设计哲学。

Table of content

本书版权归作者所有,未经作者授权,禁止一切方式转载。

本书尚在撰写中,欢迎读者讨论https://github.com/yjhjstz/deep-into-node/issues

如果您觉得还不错, 请我喝杯咖啡,欢迎Star, 提交PR

zhi

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].