Skip to content
Daniel Wirtz edited this page Nov 30, 2016 · 101 revisions

NOTE: The wiki currently contains information related to protobuf.js v5 and earlier. protobuf.js v6 describes its API within its README and new API documentation instead.

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