【发布时间】:2026-01-03 14:40:02
【问题描述】:
nodejs 中有两个不同的模块可用于 protobuf -
- https://github.com/dcodeIO/ProtoBuf.js/
- https://github.com/google/protobuf/tree/master/js - 官方但功能比其他模块少。具体来说,没有 typescript 集成。
哪个性能更好?
【问题讨论】:
标签: javascript protocol-buffers protobuf.js protobufjs