README
Node-gpb
Google Protocol Buffers pure JavaScript implementation for node.js.
Protocol buffers are Google's language-neutral, platform-neutral, extensible mechanism for serializing structured data – think XML, but smaller, faster, and simpler. You define how you want your data to be structured once, then you can use special generated source code to easily write and read your structured data to and from a variety of data streams and using a variety of languages – Java, C++, or Python.
And now Google Protocol Buffers are available in node.js without compiling binary addons!
This module has been tested with node.js versions 0.8.26, 0.10.22 and 0.11.9.
Based on prtbfr.php by Gaetano Giunta.
Check out the Github repo for the source code.
Installation
You can install this module via npm:


