Skip to content

Instantly share code, notes, and snippets.

View rahulkushwaha12's full-sized avatar

Rahul Kushwaha rahulkushwaha12

View GitHub Profile
@garrettsickles
garrettsickles / setup_postman.md
Last active September 9, 2022 17:49
Setup client side protobuf library in Postman
  1. Install protobufjs node module
$ npm install protobufjs
  1. Given a protobuf definition, Person.proto
syntax = "proto2";

message Person {