from Hacker News

Is it possible to keep websockets connected on Node.js server restart?

by chintan39 on 12/12/16, 12:30 PM with 1 comments

  • by davelnewton on 12/12/16, 12:48 PM

    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.