max-mapper / websocket-stream

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

Is there any exemple or tutorial ? #127

Closed billouboq closed 7 years ago

billouboq commented 7 years ago

I'm currently working on an app that use websocket with ws module and I would like to stream data easily, so this module seems to do that.

I read the readme but I can't figure out how to send the stream to an other client or multiple one or how to send it to a specific one.

Is there any documentation or exemples out there?

billouboq commented 7 years ago

Hmm just have to dig more in node stream api, and test it on my own. Sorry for the issue