Skip to content

🍽 Fast, isomorphic, zero-dependency Protocol Buffers binary message parser and assembler

Notifications You must be signed in to change notification settings

uetchy/protobuffet

Repository files navigation

🍽 protobuffet

npm npm: total downloads

Fast, zero-dependency Protocol Buffers binary message parser and assembler.

Usage

Parse

import { parsePb } from "protobuffet";

const parsed = parsePb(uint8Array);

Construct

import { ld, vt, concatu8 as cc } from "protobuffet";

const binMsg = cc(ld(0, "hello"), vt(1, 1000));

Contributors ✨

Thanks goes to these wonderful people (emoji key):


uetchy

💻

Jan Procházka

💻

This project follows the all-contributors specification. Contributions of any kind welcome!

About

🍽 Fast, isomorphic, zero-dependency Protocol Buffers binary message parser and assembler

Topics

Resources

Stars

Watchers

Forks

Sponsor this project