Online protobuf encoding/decoding tool.
Uses awesome dcodeIO/ProtoBuf.js and dcodeIO/ByteBuffer.js. Tested in Chrome.
- To use this package locally you'll need npm/yarn, bower and a static http server.
- To install bower run
npm install -g bower
- To install statis server run
npm install -g serve
- Clone the repository:
git clone https://github.com/bxco/js-protobuf-encode-decode.git
- Enter project directory (
cd js-protobuf-encode-decode
) - Install bower dependencies:
bower install
- Then run this command to begin serving the app on localhost:
serve
MIT