Node.js

死月
好评袭来 This book contains absolutely everything you need to know about how all the pieces of Node.js' C++code work and interact,explaining the necessary concepts without needing prior knowledge about the internals of V8,libuv or other pieces of Node.js.It shows well how Node.js' own built-in modules are constructed using the APIs provided by V8,so that they are usable from JavaScript,and how you can create the same kind of modules from scratch. After having read this book,you will be able to write a production-quality,future-proof C++extension for Node.js if you need to do that,or maybe even make changes Node.js itself if you're interested in that! 本书包含了所有你需要了解的有关Node.js C++代码是如何运行和交互的知识,解释了一些你不需要知道V8的内部机制就能理解的必要概念,并介绍了libuv以及其他一些内容的方方面面。本书还展示了Node.js的内置模块是如何使用V8的API进行构建并可在JavaScript层面使用的——…