This directory contains Protocol Buffer support for JavaScript. This code worksin browsers and in Node.js.The packaging work for this is still in-progress. For now you can just run thetests. First you need to build the main C++ distribution because the codegenerator for JavaScript is written in C++: $ ./autogen.sh $ ./configure $ makeThen you can run the JavaScript tests in this directory: $ cd js && gulp test