node-bufferlist

interface to treat a linked list of buffers as a single stream
  https://github.com/substack/node-bufferlist
  0
  no reviews



BufferList provides an interface to treat a linked list of buffers as a single stream. This is useful for events that produce a many small Buffers, such as network streams.