protobuf.js is a pure JavaScript implementation of the Google's Protocol Buffers.
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.