wuhkuh / protocol

Protocol generator / parser for Node.JS
MIT License
4 stars 3 forks source link

Remainder type of length #4

Open wuhkuh opened 7 years ago

wuhkuh commented 7 years ago

Support to parse the remainder of a buffer would be great.

This means you can send short messages with a fixed header and just a variable payload without the extra overhead of adding the length in bits or bytes to the packet.