Skip to content
Daniel Wirtz edited this page Oct 25, 2015 · 101 revisions

protobuf.js is a Protocol Buffers implementation on top of bytebuffer.js including a .proto parser, reflection, message class building and simple encoding and decoding in plain JavaScript. There is no compilation step required, it's super easy to use and it works out of the box on .proto files.

Latest API changes:

Frequently asked questions:

Installation

Getting started

Examples

Next: Learn more about using the API