Stream data with Node.js

Posted by Saif Bechan on Stack Overflow See other posts from Stack Overflow or by Saif Bechan
Published on 2010-04-01T06:48:37Z Indexed on 2010/04/01 6:53 UTC
Read the original article Hit count: 510

Filed under:
|
|

I want to know if it is possible to stream data from the server to the client with Node.js. From what I can understand all over the internet is that this has to be possible, yet I fail to find a correct example or solution.

What I want is a single http post to node.js with AJAX. Than leave the connection open and continuously stream data to the client.

The client will receive this stream and update the page continuously.

© Stack Overflow or respective owner

Related posts about node.js

Related posts about AJAX