Quaintous Author Pouyan Fotouhi Tehrani
Tags C++
2015-06-23 V8 global proxy object in C++
As a JavaScript engine, V8 implements a number of standard JS functionalities, which are available through the global proxy object. These can also be used inside C++ modules that are using V8 interface, such as Node.js addons.
2015-06-12 Linking in node-gyp For Non-C++ Programmers
Creating native Node.js addons can be real headache if you are comming from a interpreter language background. Most common pitfalls and mistakes leading to compilation and linking failures are discussed here.
License: No JavaScript (Notes)
No Tracking