Sounds more like a Socket.IO API to me, as that has a socket.send() method. To send data in realtime / live.
If the question was about socket.io then you can just do socket.disconnect() On Tuesday, July 10, 2012 at 12:19 PM, Dominic Tarr wrote: > 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] > (mailto:[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] > > (mailto:[email protected]) > > To unsubscribe from this group, send email to > > [email protected] > > (mailto:[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] > (mailto:[email protected]) > To unsubscribe from this group, send email to > [email protected] > (mailto:[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
