3.0.0 • Published 4 years ago

streamline-streams v3.0.0

Weekly downloads
2,171
License
MIT
Repository
github
Last release
4 years ago

Warning: this module is the original stream API for streamline.js. It is now superseeded by the ez-streams package which provide a much richer API.

You can nevertheless use this module directly if you are only interested by the low level wrappers around node streams.

This module provides:

  • a generic ReadableStream wrapper with an asynchronous stream.read(_[, len]) method.
  • a generic WritableStream wrapper with an asynchronous stream.write(_, buf[, encoding]) method.
  • wrappers for HTTP and TCP request and response objects (client and server).

See the API reference for details.

More information

The following blog articles give background information on this API design:

3.0.0

4 years ago

2.0.0

8 years ago

1.0.0

8 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

11 years ago

0.1.1

11 years ago

0.1.0

13 years ago