max-mapper / websocket-stream

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

Can this stream to multiple clients? #95

Open andrewfieldwmg opened 8 years ago

andrewfieldwmg commented 8 years ago

I'm using another WS streaming library that only streams to one client at a time. Is it the same with this library, or can you emit a stream to all connected clients?

Thanks, Andrew

desaintmartin commented 7 years ago

I am using websocket-stream with several connected clients to stream video: no problem. :)

grahamtallen commented 6 years ago

@desaintmartin Do you have any example code you could show for this? i'm trying to stream audio from the web bug can't figure out how to pipe the audio data into the web socket