max-mapper / websocket-stream

websockets with the node stream API
BSD 2-Clause "Simplified" License
668 stars 114 forks source link

Implements writev #112

Closed mcollina closed 7 years ago

mcollina commented 7 years ago

this is based on top of #106, and it is a semver-major change.

With this change, it will behave as a stream with objectMode: false as a default, vs objectMode: true as it was before.