From e9cf31e68b8c5c20b8d1155b01260aca4006cfd2 Mon Sep 17 00:00:00 2001 From: Josh Haberman Date: Mon, 21 Dec 2015 15:18:17 -0800 Subject: Added README and enabled JavaScript tests on Node.js --- js/README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 js/README.md (limited to 'js/README.md') diff --git a/js/README.md b/js/README.md new file mode 100644 index 00000000..fc144a3d --- /dev/null +++ b/js/README.md @@ -0,0 +1,14 @@ +This directory contains Protocol Buffer support for JavaScript. This code works +in browsers and in Node.js. + +The packaging work for this is still in-progress. For now you can just run the +tests. First you need to build the main C++ distribution because the code +generator for JavaScript is written in C++: + + $ ./autogen.sh + $ ./configure + $ make + +Then you can run the JavaScript tests in this directory: + + $ cd js && gulp test -- cgit v1.2.3