outchanbin/nodestream

module outchanbin.nodestream

Node.js stream based implementation of Outchanbin.

Uses Node.js Writable object to send data. Delivers data as Buffer objects.

Provide Writable instance to constructor.

class outchanbin.nodestream.NodestreamOutchanbin(stream)
Arguments:
  • stream (Writable.<Buffer>) – Stream to write to.