A brief introduction on how to develop React components using Google's MDL framework
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.
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.