Stream data with Node.js
- by Saif Bechan
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.