npm.io
0.1.3 • Published 6 years ago

pull-protocol-buffers

Licence
MIT
Version
0.1.3
Deps
2
Size
5 kB
Vulns
0
Weekly
0
Stars
4

pull-protocol-buffers

Greenkeeper badge

Build Status codecov

Protocol Buffers length-prefixed pull-stream encoder/decoder

API

  • ppb.encode(proto)

    Encodes messages that come in

    proto: The Protocol buffers message

    returns: A length-prefixed duplex

  • ppb.decode(proto)

    Decodes protocol-buffers that come in

    proto: The Protocol buffers message

    returns: A length-prefixed duplex

  • .pull

    The same api as above just without length-prefixing.

    Not network safe. Useful for encoding/decoding single messages.