Protocol Buffers Crash Course https://www.youtube.com/watch?v=46O73On0gyI
Hussein Nasser [ https://github.com/hnasr ]
npm start
node demoJson
- will create a JSON file
npm install google-protobuf
/protoc-3.19.1-osx-x86_64/bin/protoc --js_out=import_style=commonjs,binary:. employees.proto
node demoProtobuf
- will create a binary file