Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm currently well versed in ajax web app development and am developing a site that requires quite a lot of asynchronous communication and a server poll at least once every 60 seconds. I thought it might be a good time to look into socket.io and node.js, since from what I've heard they are superior to an ajax site in almost every way. I would need to be able to use it in the project without adding significant learning or development time.

In my research, however, I was a little worried about some comments about websockets (understandably not the same as socket.io, but it could have some of the same complexities). Particularly this quote from Peter Bengtsson's blog: "WebSockets comes with other risks and challenges such as authentication cookies, having to deal with channel concurrency, load balancing on the server etc.".

I don't have time to deal with wrestling with issues like these. I was wondering if these are things I would have to worry about with socket.io and node.js? Are these technologies easy enough to learn and implement in a single project without adding tons of overhead or unexpected complications? Thanks!

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.