it-protocol-buffers

0.2.1 • Public • Published

it-protocol-buffers

Greenkeeper badge

Build Status codecov

Protocol Buffers length-prefixed async-iterator encoder/decoder

API

  • ppb.encode(proto)

    Encodes messages that come in

    proto: The Protocol buffers message

    returns: An async-iterator length-prefixed duplex

  • ppb.decode(proto)

    Decodes protocol-buffers that come in

    proto: The Protocol buffers message

    returns: An async-iterator length-prefixed duplex

  • .it

    The same api as above just without length-prefixing.

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

/it-protocol-buffers/

    Package Sidebar

    Install

    npm i it-protocol-buffers

    Weekly Downloads

    2,821

    Version

    0.2.1

    License

    MIT

    Unpacked Size

    4.43 kB

    Total Files

    5

    Last publish

    Collaborators

    • mkg20001