protobufjs 生成的代码对于移动案例中的前端案例来说太大了。使用 3 个短 proto 文件时大约有 300kb。
用于生成 es6 的 Bash:
pbjs -t static-module -w es6 -o proto.js titan.proto --no-convert --no-delimited --no-comments
protobufjs 生成的代码对于移动案例中的前端案例来说太大了。使用 3 个短 proto 文件时大约有 300kb。
用于生成 es6 的 Bash:
pbjs -t static-module -w es6 -o proto.js titan.proto --no-convert --no-delimited --no-comments