Hacker News new | ask | show | jobs
Is it possible to keep websockets connected on Node.js server restart?
1 points by chintan39 3478 days ago
1 comments

I don't see how; they're attached to the Node process. You could reconnect, but that may be it. I'm curious to find out if you hear differently.

This might also be a good question for Stack Overflow.