I have re-written this description as the original was not clear at all, I think I can summarize this much easier with:
using node.js, is it possible to update the client side DOM without leaving the original connection open that created the page headed and body, and doing a response.write() with each new update ??
Effectively I am looking to update the page in the browser from node.js after the page has loaded and the connection closed ??
Thanks