leb128-frame
v0.1.0
Published
Protocol stream message framing/deframing using LEB128 encoded length headers
Downloads
3
Readme
leb128-frame
Protocol stream message framing/deframing using LEB128 encoded length headers.
Used as a min-stream-push-filter that can frame and deframe protocol streams.
framer(emit) -> emit
deframer(emit) -> emit
See test.js
for usage examples.