this question does not have enough information to answer it. what modules/API/framework are you using to 'stream live' as you say?
I'm not familiar with socket.send(..) node uses socket.write(data) or socket.pipe(stream) On Tue, Jul 10, 2012 at 2:58 AM, Ket <[email protected]> wrote: > Hi guys, > > I've socket.send(something); to start streaming live. But what if I want to > stop or pause sending withing leaving the web page. > > Thanks > > -- > Job Board: http://jobs.nodejs.org/ > Posting guidelines: > https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines > You received this message because you are subscribed to the Google > Groups "nodejs" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/nodejs?hl=en?hl=en -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
