Sign in Sign up
npm

pomelo-protobuf

Protobuf protocol is a high efficient binary protocol for data encode, this module implement the protobuf protocol, and used in [pomelo](https://github.com/NetEase/pomelo) for data transfer. Of course, pomelo-protobuf can also be used independently in other projects. ##Architecture Unlike the google protobuf, we provide a universal encoder and decoder in pomelo-protobuf. We use protos file as meta data to encode/decode messages, so you do not need to add any code to your project, instead , what you need is to add a protos.json (or two for different encoder and decoder messages) files to define the message need to encode by protobuf.The architecture of pomelo-protobuf is as follow:

Latest release
Aug 22, 2013
Releases
8
Known CVEs
0
First release
Jan 23, 2013
License
View on Npm
Insights

Activity

Total releases
8
Last 12 months
0
Cadence
~20 days
Dependencies
0

Releases per month

last 12 months

Release mix

  • minor 2
  • patch 5
8 releases
Releases
Version Released
0.4.0 minor
0.3.5 patch
0.3.4 patch
0.3.3 patch
0.3.2 patch
0.3.1 patch
0.3.0 minor
0.1.0 initial