Node.JS Server Cuts Off Frequently?

Posted by aherrick on Stack Overflow See other posts from Stack Overflow or by aherrick
Published on 2010-12-27T01:27:12Z Indexed on 2010/12/30 22:54 UTC
Read the original article Hit count: 221

Filed under:
|
|

I have a Node JS Server where I am using Socket.IO to stream content to the browser. It works great for about 45 minutes or so of streaming, then it will usually cut out. There are no "errors" reported in the terminal and the Node server acts like it is in, however the page I am serving clearly stops working.

What are my options for trying to get to the bottom of this? Could this be a configuration issue with Node/Socket.IO? is there any basic error logging you would recommend I setup?

© Stack Overflow or respective owner

Related posts about stream

Related posts about node.js