UNPKG

leb128-frame

Version:

Protocol stream message framing/deframing using LEB128 encoded length headers

13 lines (7 loc) 272 B
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.